Home page Updated.

This commit is contained in:
IMRAN HASSAN 2014-04-09 11:13:17 +00:00
parent fff7b9a10e
commit e844e4f411

View file

@ -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);