aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/start.php')
-rw-r--r--mod/notifications/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/start.php b/mod/notifications/start.php
index a20005618..cea806f2f 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -10,7 +10,7 @@
function notifications_plugin_init() {
global $CONFIG;
- elgg_extend_view('css','notifications/css');
+ elgg_extend_view('css/screen','notifications/css');
register_page_handler('notifications', 'notifications_page_handler');