added baseurl variable to vueHeader.php
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
endif; ?>
|
||||
|
||||
<script>
|
||||
const baseurl = '<?=self::getResourcePath()?>';
|
||||
window.mfNotify = <?=json_encode($mfNotify ?? null)?>;
|
||||
window.TT_CONFIG = {};
|
||||
<?php
|
||||
@@ -72,4 +73,4 @@
|
||||
</header>
|
||||
|
||||
<div class="wrapper pl-0 pl-lg-1 pr-0 pr-lg-1">
|
||||
<div class="container-fluid">
|
||||
<div class="container-fluid">
|
||||
|
||||
Reference in New Issue
Block a user