aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/tagcloud.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagcloud/tagcloud.php')
-rw-r--r--mod/tagcloud/tagcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagcloud/tagcloud.php b/mod/tagcloud/tagcloud.php
index f5cd3e7ae..a0bc1502f 100644
--- a/mod/tagcloud/tagcloud.php
+++ b/mod/tagcloud/tagcloud.php
@@ -13,4 +13,4 @@ $tags = display_tagcloud(0, 100, 'tags');
$body = elgg_view_layout("one_column_with_sidebar", $title . $tags, $sidebar);
// Display page
-page_draw(sprintf(elgg_echo('tagcloud:site:title'),$page_owner->name),$body); \ No newline at end of file
+echo elgg_view_page(sprintf(elgg_echo('tagcloud:site:title'),$page_owner->name),$body); \ No newline at end of file