1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-25 20:28:12 +03:00

fix template config

This commit is contained in:
Mzhelskiy Maxim 2017-01-21 21:13:48 +07:00
parent 9efdcd2b25
commit 6e27d649cf
2 changed files with 2 additions and 2 deletions

View file

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

View file

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