From 936b0fad6b46880a5bdf8e9550f0e8bbbb5dab74 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 29 May 2018 16:26:13 +0300 Subject: [PATCH] Theme Simple: - Using Assets Component for css and js - New head meta added: description, keywords, robots, generator - Meta charset getting from registry site.charset - Fixed issue with broken paths for JS --- site/themes/simple/views/partials/head.php | 16 +++++++++++----- site/themes/simple/views/partials/tail.php | 8 +++++--- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/site/themes/simple/views/partials/head.php b/site/themes/simple/views/partials/head.php index efd56220..d6a62563 100755 --- a/site/themes/simple/views/partials/head.php +++ b/site/themes/simple/views/partials/head.php @@ -1,14 +1,16 @@ - + - - + + + + @@ -16,7 +18,11 @@ - + + + + + diff --git a/site/themes/simple/views/partials/tail.php b/site/themes/simple/views/partials/tail.php index 62affdad..7d11daba 100755 --- a/site/themes/simple/views/partials/tail.php +++ b/site/themes/simple/views/partials/tail.php @@ -1,7 +1,9 @@ - - + + + +