diff options
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/alert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/alert.php b/app/view/templates/alert.php index bab6410..4ee71d3 100644 --- a/app/view/templates/alert.php +++ b/app/view/templates/alert.php @@ -7,7 +7,7 @@ $this->start('head'); ?> <head> - <?= Wcms\Config::alertcss() ? '<link href="' . Wcms\Model::globalpath() . 'global.css" rel="stylesheet" />' : '' ?> + <?= Wcms\Config::alertcss() ? '<link href="' . Wcms\Model::dirtopath(Wcms\Model::ASSETS_CSS_DIR) . 'global.css" rel="stylesheet" />' : '' ?> </head> |