1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 11:40:48 +03:00
ifhub.club/templates/skin/developer-jquery/settings/config/config.php

10 lines
209 B
PHP
Raw Normal View History

2012-01-28 17:52:44 +02:00
<?php
$config = array();
$config['head']['default']['js'] = Config::Get('head.default.js');
$config['head']['default']['js'][] = '___path.static.skin___/js/___view.skin___.js';
return $config;
?>