aboutsummaryrefslogtreecommitdiff
path: root/mod/categories
diff options
context:
space:
mode:
Diffstat (limited to 'mod/categories')
-rw-r--r--mod/categories/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/start.php b/mod/categories/start.php
index 1b8645eef..bc272274f 100644
--- a/mod/categories/start.php
+++ b/mod/categories/start.php
@@ -13,7 +13,7 @@ elgg_register_event_handler('init', 'system', 'categories_init');
*/
function categories_init() {
- elgg_extend_view('css/screen', 'categories/css');
+ elgg_extend_view('css/elgg', 'categories/css');
$action_base = elgg_get_plugins_path() . 'categories/actions';
elgg_register_action('settings/categories/save', "$action_base/save.php", 'admin');