From dd489f623628930e527e8112142576bb0de24b57 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 29 Mar 2010 16:59:14 +0000 Subject: Beginnings of updating VideoList to v1.8 interface, edit, delete, favorite added. Amongst other updates Friends view and breadcrumbs added. --- watch.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'watch.php') diff --git a/watch.php b/watch.php index 20c39f527..6694fca88 100644 --- a/watch.php +++ b/watch.php @@ -31,13 +31,11 @@ if ($videos = get_entity($video_id)) { 'entity_owner' => $page_owner, 'full' => true )); - //$area2 .= elgg_view("videolist/comments", array('entity' => $videos)); - $body = elgg_view_layout("one_column_with_sidebar", $area1 . $area2); + $body = elgg_view_layout("one_column_with_sidebar", $area1.$area2, $area3); } else { - // Display the 'post not found' page instead - $body = elgg_view("videolist/notfound"); + // video not found + $body = "

".elgg_echo('videolist:none:found')."

"; $title = elgg_echo("video:none"); - } // Finally draw the page -- cgit v1.2.3