diff options
Diffstat (limited to 'app/view/templates')
-rw-r--r-- | app/view/templates/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index 7b8ef13..c9dae0d 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -19,7 +19,7 @@ <?php if (!empty(Wcms\Config::interfacecss())) { - echo '<link rel="stylesheet" href="' . Wcms\Model::csspath() . Wcms\Config::interfacecss() . '">'; + echo '<link rel="stylesheet" href="' . Wcms\Model::assetscsspath() . Wcms\Config::interfacecss() . '">'; } if (isreportingerrors()) { ?> |