This commit is contained in:
2025-11-26 22:49:49 +01:00
parent ebc72f3e13
commit e3084b66ab
2 changed files with 5 additions and 4 deletions

View File

@@ -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">

View File

@@ -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
// -----------------------------------------------------------