diff options
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r-- | mod/thewire/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php index f3d2f0e75..92c3feca1 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -23,7 +23,7 @@ add_menu(elgg_echo('thewire:title'), "pg/thewire"); // 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/screen', 'thewire/css'); //extend views elgg_extend_view('profile/status', 'thewire/profile_status'); |