Update Main.php

This commit is contained in:
themohooks 2025-02-11 21:31:13 +03:00
parent 3b3efb4c84
commit 9774d329fd

View file

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