From a2be668d986c9df6f2954d501bbf80ed8748ca81 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 1 Dec 2010 23:56:31 +0000 Subject: screen.css is a better name for our main css file git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent/start.php') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index 37f98ad49..b947927d9 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -16,7 +16,7 @@ function reportedcontent_init() { register_page_handler('reportedcontent', 'reportedcontent_page_handler'); // Extend CSS - elgg_extend_view('css/elgg', 'reportedcontent/css'); + elgg_extend_view('css/screen', 'reportedcontent/css'); elgg_extend_view('css/admin', 'reportedcontent/admin_css'); // Extend context menu and footer with report content link -- cgit v1.2.3