From e844e4f411821a2ccac3d3bbe6046cdb84d708eb Mon Sep 17 00:00:00 2001 From: IMRAN HASSAN Date: Wed, 9 Apr 2014 11:13:17 +0000 Subject: [PATCH] Home page Updated. --- upload/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upload/index.php b/upload/index.php index b770d741..0bf7115a 100644 --- a/upload/index.php +++ b/upload/index.php @@ -91,6 +91,10 @@ $result_array_photos2_08['order'] = " photo_id ASC LIMIT 8"; $result_photos2_08 = get_photos($result_array_photos2_08); Assign('result_photos2_08', $result_photos2_08); +$clist['limit'] = 5; +$collections = $cbcollection->get_collections($clist); + +Assign('collections', $collections); Assign('result_comments_users', $result_comments_users); Assign('result_comments', $result_comments);