style cleanup

This commit is contained in:
2025-11-29 02:20:03 +01:00
parent f72bdf8bc5
commit 4af0528e76
7 changed files with 1112 additions and 1044 deletions

View File

@@ -1,4 +1,13 @@
<?php
// Auth-/Account-Seite: spezifische Styles registrieren
if (function_exists('tpl_add_style')) {
// main.css zieht base + layout + header-extras
tpl_add_style('/assets/css/main.css', 'header');
// zusätzlich NUR auf diesen Seiten:
tpl_add_style('/assets/css/auth.css', 'header');
}
$pageKey = 'login';
$GLOBALS['pageKey'] = $pageKey;
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';