]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated thewire to extend the correct css view
authorCash Costello <cash.costello@gmail.com>
Sun, 24 Jun 2012 19:18:14 +0000 (15:18 -0400)
committerCash Costello <cash.costello@gmail.com>
Sun, 24 Jun 2012 19:18:14 +0000 (15:18 -0400)
mod/thewire/start.php

index 65f1358893d00e89c53937a0b1b9be2495fea774..1ba48263a3094dac1c567f4b3a192057b049b6a7 100644 (file)
@@ -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');