aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagcloud/start.php')
-rw-r--r--mod/tagcloud/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagcloud/start.php b/mod/tagcloud/start.php
index a6b573d90..444bf352f 100644
--- a/mod/tagcloud/start.php
+++ b/mod/tagcloud/start.php
@@ -6,7 +6,7 @@
function tagcloud_init() {
add_widget_type('tagcloud', elgg_echo('tagcloud:widget:title'), elgg_echo('tagcloud:widget:description'));
- elgg_extend_view('css','tagcloud/css');
+ elgg_extend_view('css/screen', 'tagcloud/css');
}
elgg_register_event_handler('init', 'system', 'tagcloud_init');