mirror of
https://github.com/claradex/nativegallery.git
synced 2025-02-13 17:53:15 +03:00
Update Main.php
This commit is contained in:
parent
3b3efb4c84
commit
9774d329fd
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ LIMIT 10;');
|
||||||
$first_id = $photos[0]['id'];
|
$first_id = $photos[0]['id'];
|
||||||
$last_id = end($photos)['id'];
|
$last_id = end($photos)['id'];
|
||||||
?>
|
?>
|
||||||
<div id="recent-photos" class="ix-photos ix-photos-multiline" lastpid="<?=$first_id?>" firstpid="<?=$last_id?>">
|
<div id="recent-photos" class="ix-photos ix-photos-multiline" lastpid="<?=$first_id+1?>" firstpid="<?=$last_id?>">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue