| Current Path : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/templates/account/ |
| Current File : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/templates/account/photos-album.php |
<?php
if(count($list_photos) > 0) {
foreach ($list_photos as $photo) {
?>
<div class="block">
<img src="<?php echo $photo->location; ?>" />
<div></div>
</div>
<?php
}
}
?>