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