Skip to content

Instantly share code, notes, and snippets.

@murph73
Created November 17, 2014 21:28
Show Gist options
  • Save murph73/03e6b74a0bf16fa94843 to your computer and use it in GitHub Desktop.
Save murph73/03e6b74a0bf16fa94843 to your computer and use it in GitHub Desktop.
<?php
if(perch_get('album-one')) {
// Output the large images
perch_gallery_album_images(perch_get('album-one'), array(
'template' =>'d_list_image.html'
));
// Output the small images used for navigation
perch_gallery_album_images(perch_get('album-one'), array(
'template' =>'d_nav_image.html',
));
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment