modified.
This commit is contained in:
parent
dfd14ec326
commit
357ef3c2fe
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@ $get_limit = create_query_limit($page,MAINPLIST);
|
|||
$clist = $cond;
|
||||
$clist['limit'] = $get_limit;
|
||||
$photos = get_photos($clist);
|
||||
Assign('photos', $photos);
|
||||
Assign('photos', $photos);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//Collecting Data for Pagination
|
||||
$ccount = $cond;
|
||||
|
|
Loading…
Add table
Reference in a new issue