From 6e27d649cfb855815a8b3b8c01ce9c9af813325c Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Sat, 21 Jan 2017 21:13:48 +0700 Subject: [PATCH] fix template config --- application/frontend/skin/developer/settings/config/config.php | 2 +- application/frontend/skin/synio/settings/config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/frontend/skin/developer/settings/config/config.php b/application/frontend/skin/developer/settings/config/config.php index b0c8685d..e54d885c 100644 --- a/application/frontend/skin/developer/settings/config/config.php +++ b/application/frontend/skin/developer/settings/config/config.php @@ -33,7 +33,7 @@ $config['head']['template']['css'] = array( // Подключение темы if (Config::Get('view.theme')) { - $config['head']['default']['css'][] = "___path.skin.web___/themes/___view.theme___/style.css"; + $config['head']['template']['css'][] = "___path.skin.web___/themes/___view.theme___/style.css"; } /** diff --git a/application/frontend/skin/synio/settings/config/config.php b/application/frontend/skin/synio/settings/config/config.php index 5453850d..a3d1daa1 100644 --- a/application/frontend/skin/synio/settings/config/config.php +++ b/application/frontend/skin/synio/settings/config/config.php @@ -78,7 +78,7 @@ $config['head']['template']['css'] = array( // Подключение темы if (Config::Get('view.theme')) { - $config['head']['default']['css'][] = "___path.skin.web___/themes/___view.theme___/style.css"; + $config['head']['template']['css'][] = "___path.skin.web___/themes/___view.theme___/style.css"; } /**