aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/messages/start.php')
-rw-r--r--mod/messages/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/start.php b/mod/messages/start.php
index 4b704a344..3459bb9f8 100644
--- a/mod/messages/start.php
+++ b/mod/messages/start.php
@@ -18,7 +18,7 @@ function messages_init() {
}
// Extend system CSS with our own styles, which are defined in the shouts/css view
- elgg_extend_view('css/elgg', 'messages/css');
+ elgg_extend_view('css/screen', 'messages/css');
// Add icon to the topbar
elgg_extend_view('elgg_topbar/extend', 'messages/topbar');