aboutsummaryrefslogtreecommitdiff
path: root/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'all.php')
-rw-r--r--all.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/all.php b/all.php
index e601a34f5..98b180525 100644
--- a/all.php
+++ b/all.php
@@ -34,6 +34,9 @@ $area3 .= elgg_view("videolist/sidebar", array("object_type" => 'videolist'));
$comments = get_annotations(0, "object", "videolist", "generic_comment", "", 0, 4, 0, "desc");
$area3 .= elgg_view('annotation/latest_comments', array('comments' => $comments));
+// tag-cloud display
+$area3 .= display_tagcloud(0, 50, 'tags', 'object', 'videolist');
+
set_context('videolist');
$body = elgg_view_layout('one_column_with_sidebar', $area1.$area2, $area3);