1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Merge pull request #766 from Xmk/patch-4

Убираем компонент modal-create из загрузки
This commit is contained in:
Denis Shakhov 2016-08-06 10:30:15 +07:00 committed by GitHub
commit 66f7bebeee

View file

@ -544,7 +544,7 @@ $config['components'] = array(
// Компоненты LS CMS
'favourite', 'vote', 'auth', 'media', 'property', 'photo', 'note', 'user-list-add', 'subscribe', 'content', 'report', 'comment',
'toolbar-scrollup', 'toolbar-scrollnav', 'tags-personal', 'search-ajax', 'search', 'sort', 'search-form', 'info-list',
'tags', 'userbar', 'modal-create', 'admin', 'user', 'wall', 'blog', 'topic', 'poll', 'activity', 'feed', 'talk'
'tags', 'userbar', 'admin', 'user', 'wall', 'blog', 'topic', 'poll', 'activity', 'feed', 'talk'
);
$config['head']['default']['js'] = array(
@ -581,4 +581,4 @@ date_default_timezone_set('Europe/Moscow'); // See http://php.net/manual/en/time
$config['jevix'] = array_merge_recursive((array)Config::Get('jevix'), require(dirname(__FILE__) . '/jevix.php'));
return $config;
return $config;