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/custom_index/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/custom_index') diff --git a/mod/custom_index/start.php b/mod/custom_index/start.php index 3c395e87b..471a03999 100644 --- a/mod/custom_index/start.php +++ b/mod/custom_index/start.php @@ -9,7 +9,7 @@ register_elgg_event_handler('init', 'system', 'custom_index_init'); function custom_index_init() { // Extend system CSS with our own styles - elgg_extend_view('css/screen', 'custom_index/css'); + elgg_extend_view('css/elgg', 'custom_index/css'); // Replace the default index page register_plugin_hook('index', 'system', 'custom_index'); -- cgit v1.2.3