\r
<table cellspacing="10" cellpadding="10" width="100%" class="<?php echo elgg_echo($layoutmode); ?>">\r
<tr>\r
- <td align="left" valign="top" class="half">\r
- <div id="leftcolumn_widgets" class="half_<?php echo elgg_echo($layoutmode); ?>_box">\r
+ <td align="left" valign="top" class="small">\r
+ <div id="leftcolumn_widgets" class="small_<?php echo elgg_echo($layoutmode); ?>_box">\r
<?php custom_index_show_widget_area($area1widgets) ?>\r
</div>\r
</td>\r
- <td align="left" valign="top" class="half">\r
- <div id="middlecolumn_widgets" class="half_<?php echo elgg_echo($layoutmode); ?>_box">\r
+ <td align="left" valign="top" class="small">\r
+ <div id="middlecolumn_widgets" class="small_<?php echo elgg_echo($layoutmode); ?>_box">\r
<?php custom_index_show_widget_area($area2widgets) ?>\r
</div>\r
</td>\r
- </tr>\r
- <tr >\r
- <td colspan="2" align="left" valign="top" class="big">\r
- <div id="rightcolumn_widgets" class="big_<?php echo elgg_echo($layoutmode); ?>_box">\r
+ <td align="left" valign="top" class="small">\r
+ <div id="rightcolumn_widgets" class="small_<?php echo elgg_echo($layoutmode); ?>_box">\r
<?php custom_index_show_widget_area($area3widgets) ?>\r
</div>\r
</td>\r
+\r
</tr>\r
</table>\r
\r
if (!isset($widget_group)) $widget_group = "";\r
\r
\r
-\r
-$body = elgg_view_tagcloud($threshold, $num_items, $metadata_name, $maintype, $subtype, $widget_group , -1);;\r
+$options = array('type' => $maintype, 'subtype' => $subtype);\r
+$body = elgg_view_tagcloud($options);\r
+//$body = elgg_view_tagcloud($threshold, $num_items, $metadata_name, $maintype, $subtype, $widget_group , -1);;\r
echo $body;\r
\r
?>\r