aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/layout.php2
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()) {
?>