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 -->
|
||||
<div id="logoutModalBackdrop"
|
||||
class="hidden fixed inset-0 z-50 bg-black/60 backdrop-blur-sm">
|
||||
|
||||
@@ -45,7 +45,10 @@ if (function_exists('tpl_add_script')) {
|
||||
// header.js kommt wie gehabt in den Footer
|
||||
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
|
||||
// -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user