From: Cash Costello Date: Sun, 24 Jun 2012 19:18:14 +0000 (-0400) Subject: updated thewire to extend the correct css view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bb46cc43c3c2f410891f1077e57c39ecf58baba8;p=lorea%2Felgg.git updated thewire to extend the correct css view --- diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 65f135889..1ba48263a 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -37,7 +37,7 @@ function thewire_init() { elgg_register_plugin_hook_handler('register', 'menu:entity', 'thewire_setup_entity_menu_items'); // Extend system CSS with our own styles, which are defined in the thewire/css view - elgg_extend_view('css', 'thewire/css'); + elgg_extend_view('css/elgg', 'thewire/css'); //extend views elgg_extend_view('activity/thewire', 'thewire/activity_view');