1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-14 14:58:19 +03:00

fix config

This commit is contained in:
Mzhelskiy Maxim 2012-08-07 07:09:09 +04:00
parent dfc227e2cf
commit 4e88e56f56

View file

@ -475,20 +475,6 @@ $config['block']['rule_blog_info'] = array(
);
/**
* Настройки вывода js и css файлов
*/
$config['head']['rules']['page'] =array(
'path'=>$config['path']['root']['web'].'/page/',
'js' => array(
'exclude' => array(
"___path.static.skin___/js/vote.js",
"___path.static.skin___/js/favourites.js",
"___path.static.skin___/js/questions.js",
)
),
);
$config['head']['default']['js'] = array(
"___path.root.engine_lib___/external/html5shiv.js" => array('browser'=>'lt IE 9'),
"___path.root.engine_lib___/external/jquery/jquery.js",