style
This commit is contained in:
@@ -45,7 +45,10 @@ if (function_exists('tpl_add_script')) {
|
||||
// → Priority 'late', damit es Tailwind überschreiben kann
|
||||
// -----------------------------------------------------------
|
||||
if (function_exists('tpl_add_style')) {
|
||||
tpl_add_style('/assets/css/main.css', 'header', 'late'); // <– Pfad ist korrekt, relativ zum Webroot
|
||||
tpl_add_style('/assets/css/base.css', 'early');
|
||||
tpl_add_style('/assets/css/layout-main.css', 'normal');
|
||||
tpl_add_style('/assets/css/header-extras.css', 'late');
|
||||
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user