diff options
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index e17f955c5..8ef304cc2 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -30,7 +30,7 @@ function profile_init() { elgg_register_page_handler('profile', 'profile_page_handler'); elgg_extend_view('html_head/extend', 'profile/metatags'); - elgg_extend_view('css/screen', 'profile/css'); + elgg_extend_view('css/elgg', 'profile/css'); // allow ECML in parts of the profile elgg_register_plugin_hook_handler('get_views', 'ecml', 'profile_ecml_views_hook'); |