From f26d7d47986222c0f3a4038f7bc8d73c37f8ca4e Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 21 Feb 2011 02:59:33 +0000 Subject: Fixes #2934 switching to css/elgg for css view since using a print viewtype is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile') 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'); -- cgit v1.2.3