From 2bd8651a919935d98b6e546d7f670b7fb9a20ad9 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 22 Aug 2012 03:02:49 +0200 Subject: Removed white background css added by profile plugin. --- start.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'start.php') diff --git a/start.php b/start.php index 4ffdb47..1fcc7f8 100644 --- a/start.php +++ b/start.php @@ -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'); -- cgit v1.2.3