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/categories/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/categories') diff --git a/mod/categories/start.php b/mod/categories/start.php index 40d6c9c4d..e69e482b8 100644 --- a/mod/categories/start.php +++ b/mod/categories/start.php @@ -13,7 +13,7 @@ function categories_init() { global $CONFIG; - elgg_extend_view('css', 'categories/css'); + elgg_extend_view('css/screen', 'categories/css'); elgg_register_action('settings/categories/save', $CONFIG->pluginspath . 'categories/actions/save.php', 'admin'); -- cgit v1.2.3