diff options
Diffstat (limited to 'mod/notifications/start.php')
-rw-r--r-- | mod/notifications/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/start.php b/mod/notifications/start.php index e2e997ff1..1c12dbf63 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -9,7 +9,7 @@ function notifications_plugin_init() { - elgg_extend_view('css/screen','notifications/css'); + elgg_extend_view('css/elgg','notifications/css'); elgg_register_page_handler('notifications', 'notifications_page_handler'); |