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