aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 02:59:33 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 02:59:33 +0000
commitf26d7d47986222c0f3a4038f7bc8d73c37f8ca4e (patch)
tree07edf3c08f8151f17a9e2fb4a64d3302bf56d7ad /mod/custom_index
parent0030fe2d63684b6612316b5162d34bfaa5dbfee1 (diff)
downloadelgg-f26d7d47986222c0f3a4038f7bc8d73c37f8ca4e.tar.gz
elgg-f26d7d47986222c0f3a4038f7bc8d73c37f8ca4e.tar.bz2
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
Diffstat (limited to 'mod/custom_index')
-rw-r--r--mod/custom_index/start.php2
1 files changed, 1 insertions, 1 deletions
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');