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"; } /**