From ff9fc926e60a06777e589d1fad9af1f59c8a2376 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 20 Jun 2009 19:28:20 +0000 Subject: minor tweak to index - show 12 albums --- index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6ac4ca7a5..b308a026d 100644 --- a/index.php +++ b/index.php @@ -39,10 +39,9 @@ set_context('search'); set_input('search_viewtype', 'gallery'); if ($owner instanceof ElggGroup) - $area2 .= list_entities("object", "album", $owner->guid, 10); - //$area2 .= list_entities_groups("album", 0, $owner->guid, 10); + $area2 .= list_entities("object", "album", $owner->guid, 12); else - $area2 .= list_entities("object", "album", $owner->guid, 10); + $area2 .= list_entities("object", "album", $owner->guid, 12); set_context('photos'); $body = elgg_view_layout('two_column_left_sidebar', '', $area2); -- cgit v1.2.3