From c0863e36cb4a251dbcddae35d9198530dc6e6498 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Wed, 24 Oct 2012 01:30:37 +0000 Subject: fix sss layout and set better margins. --- views/default/widgets/cloud_generic_index/content.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/default/widgets/cloud_generic_index/content.php') diff --git a/views/default/widgets/cloud_generic_index/content.php b/views/default/widgets/cloud_generic_index/content.php index d87e70b16..1f4410f76 100644 --- a/views/default/widgets/cloud_generic_index/content.php +++ b/views/default/widgets/cloud_generic_index/content.php @@ -22,8 +22,9 @@ $widget_group = $vars["entity"]->widget_group; if (!isset($widget_group)) $widget_group = ""; - -$body = elgg_view_tagcloud($threshold, $num_items, $metadata_name, $maintype, $subtype, $widget_group , -1);; +$options = array('type' => $maintype, 'subtype' => $subtype); +$body = elgg_view_tagcloud($options); +//$body = elgg_view_tagcloud($threshold, $num_items, $metadata_name, $maintype, $subtype, $widget_group , -1);; echo $body; ?> -- cgit v1.2.3