aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-04-27 10:56:24 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-04-28 20:21:34 +0200
commitc832f91ca41490f69f478045c86038f9ef4a5cb5 (patch)
treeb371e504c04660bbabb79721c5db7b086888ec01 /app/view/templates
parentd66de69ba57f00079ab8d5e4b9a1d1f73093e76a (diff)
downloadwcms-c832f91ca41490f69f478045c86038f9ef4a5cb5.tar.gz
wcms-c832f91ca41490f69f478045c86038f9ef4a5cb5.zip
move fonts into media
move global css into media
Diffstat (limited to 'app/view/templates')
-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()) {
?>