summaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-22 03:02:49 +0200
committerSem <sembrestels@riseup.net>2012-08-22 03:02:49 +0200
commit2bd8651a919935d98b6e546d7f670b7fb9a20ad9 (patch)
tree694c24660d582e9fc8f643b901cba17758eadb42 /start.php
parentdaf23656e7d190f093b913c1458f3a591963af7c (diff)
downloadsaravea_theme-2bd8651a919935d98b6e546d7f670b7fb9a20ad9.tar.gz
saravea_theme-2bd8651a919935d98b6e546d7f670b7fb9a20ad9.tar.bz2
Removed white background css added by profile plugin.
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 2 insertions, 0 deletions
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');