From e802d5204b96d645ec3d40b81b4a8bdc6e0ee675 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 4 Nov 2019 23:31:31 +0100 Subject: refactor: switch to psr-4 autoloading --- app/view/templates/layout.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/view/templates/layout.php') diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index 91ae378..85351d6 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -7,15 +7,15 @@ - - - + + + <?= $title ?> '; + if (!empty(Wcms\Config::interfacecss())) { + echo ''; } ?> -- cgit v1.2.3