diff options
author | foockinho <foockinho@lorea.org> | 2012-08-22 04:06:40 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-22 04:06:40 +0200 |
commit | b8fd7ef6cb8ab7d05ed95cb5024587121505c2af (patch) | |
tree | 58db77bf94e535564e404e231fbbec65cb104b8d /start.php | |
parent | f745047aed884f1cd9842e7af91cae753886d389 (diff) | |
parent | 2bd8651a919935d98b6e546d7f670b7fb9a20ad9 (diff) | |
download | saravea_theme-b8fd7ef6cb8ab7d05ed95cb5024587121505c2af.tar.gz saravea_theme-b8fd7ef6cb8ab7d05ed95cb5024587121505c2af.tar.bz2 |
Merge branch 'call4desing' of gitorious.org:lorea/n1_theme into call4desing
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ function n1_theme_init() { elgg_register_simplecache_view('n1_theme/landing');
elgg_register_css('n1:landing_page', elgg_get_simplecache_url('css', 'n1_theme/landing'));
+ elgg_extend_view('css/elgg', 'n1_theme/css');
+
if (elgg_is_active_plugin('pages')) {
// pages icon url override
elgg_register_plugin_hook_handler('entity:icon:url', 'object', 'n1_theme_pages_icon_url_override');
|