aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-24 15:18:14 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-24 15:18:14 -0400
commitbb46cc43c3c2f410891f1077e57c39ecf58baba8 (patch)
treead56f711e773faccc9ee4c9aacb069d8f06be2a4 /mod/thewire
parent40206209898f0b0962599e52331727cc99502435 (diff)
downloadelgg-bb46cc43c3c2f410891f1077e57c39ecf58baba8.tar.gz
elgg-bb46cc43c3c2f410891f1077e57c39ecf58baba8.tar.bz2
updated thewire to extend the correct css view
Diffstat (limited to 'mod/thewire')
-rw-r--r--mod/thewire/start.php2
1 files changed, 1 insertions, 1 deletions
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');