los
This commit is contained in:
@@ -45,8 +45,6 @@ foreach ($GLOBALS['page_footer_scripts'] as $script) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- Globale JS-Dateien -->
|
|
||||||
<script src="/assets/js/lang.js"></script>
|
|
||||||
<!-- Logout-Modal -->
|
<!-- Logout-Modal -->
|
||||||
<div id="logoutModalBackdrop"
|
<div id="logoutModalBackdrop"
|
||||||
class="hidden fixed inset-0 z-50 bg-black/60 backdrop-blur-sm">
|
class="hidden fixed inset-0 z-50 bg-black/60 backdrop-blur-sm">
|
||||||
@@ -78,4 +76,4 @@ foreach ($GLOBALS['page_footer_scripts'] as $script) {
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php tpl('matomo', 'structure'); ?>
|
<?php tpl('matomo', 'structure'); ?>
|
||||||
@@ -45,7 +45,10 @@ if (function_exists('tpl_add_script')) {
|
|||||||
// header.js kommt wie gehabt in den Footer
|
// header.js kommt wie gehabt in den Footer
|
||||||
tpl_add_script('/assets/js/header.js', 'footer', true, false, '', null);
|
tpl_add_script('/assets/js/header.js', 'footer', true, false, '', null);
|
||||||
}
|
}
|
||||||
|
if (function_exists('tpl_add_script')) {
|
||||||
|
// header.js kommt wie gehabt in den Footer
|
||||||
|
tpl_add_script('/assets/js/lang.js', 'footer', true, false, '', null);
|
||||||
|
}
|
||||||
// -----------------------------------------------------------
|
// -----------------------------------------------------------
|
||||||
// Canonical-URL bestimmen
|
// Canonical-URL bestimmen
|
||||||
// -----------------------------------------------------------
|
// -----------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user