This commit is contained in:
2025-11-29 02:24:11 +01:00
parent 4af0528e76
commit 1ba6ac5111
3 changed files with 5 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
/* main.css Import-Hub für allgemeines Layout */
@import url("base.css");
@import url("layout-main.css");
@import url("header-extras.css");
/* KEIN auth.css mehr hier */

View File

@@ -1,11 +1,7 @@
<?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');
tpl_add_style('/assets/css/auth.css', 'late');
}
$pageKey = 'login';