aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index
diff options
context:
space:
mode:
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');