style
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user