From b0f15fbebe3781626ba6b086d63ed364f6822209 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 9 Nov 2011 03:10:35 +0100 Subject: Sidebar. --- pages/videolist/watch.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pages/videolist/watch.php') diff --git a/pages/videolist/watch.php b/pages/videolist/watch.php index fc9bd1a68..3a740f396 100644 --- a/pages/videolist/watch.php +++ b/pages/videolist/watch.php @@ -27,10 +27,16 @@ elgg_push_breadcrumb($title); $content = elgg_view_entity($videolist_item, array('full_view' => true)); $content .= elgg_view_comments($videolist_item); +$sidebar = elgg_view('videolist/sidebar', array( + 'show_comments' => false, + 'show_videolist' => true, +)); + $body = elgg_view_layout('content', array( 'content' => $content, 'title' => $title, 'filter' => '', + 'sidebar' => $sidebar, )); echo elgg_view_page($title, $body); -- cgit v1.2.3