From abbcdf538949aed8cc91f65bdf1c563506fc8614 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 21 Mar 2009 17:22:31 +0000 Subject: fixed view album - removed breadcrumbs for now --- index.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 45c849878..6b17e12e8 100644 --- a/index.php +++ b/index.php @@ -20,17 +20,12 @@ //set the title $title = sprintf(elgg_echo('album:user'), "$owner->name"); $area2 = elgg_view_title($title); - - // temporary code - move to view when cleaned up - //$area2 .= '
'; - + // Get objects set_context('search'); set_input('search_viewtype', 'gallery'); $area2 .= list_entities("object", "album", page_owner(), 10); - //$area2 .= '
'; - set_context('photos'); $body = elgg_view_layout('two_column_left_sidebar', '', $area2); -- cgit v1.2.3