diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tagcloud/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagcloud/start.php b/mod/tagcloud/start.php index 9cd9164f6..11d970c25 100644 --- a/mod/tagcloud/start.php +++ b/mod/tagcloud/start.php @@ -18,7 +18,7 @@ function tagcloud_page_handler($page) { default: $title = elgg_view_title(elgg_echo('tagcloud:site:title')); $tags = display_tagcloud(0, 100, 'tags'); - $body = elgg_view_layout('one_column', $title . $tags); + $body = elgg_view_layout('one_column_with_sidebar', $title . $tags); page_draw(elgg_echo('tagcloud:site:title'), $body); break; |