/ Published in: PHP
Expand |
Embed | Plain Text
<?php /** Template Page for the gallery overview Follow variables are useable : $gallery : Contain all about the gallery $images : Contain all images, path, title $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <?php foreach ( $images as $image ) : ?> <?php if ( $image->hidden ) continue; ?> <?php endforeach; ?> <?php endif; ?>
You need to login to post a comment.
