Hi, I have approx 15 images in an album, when I view an image and then when I click on the album link to go back to the images in the album, I get sent to page 2, but there is no page 2.
ie: /lis/gallery/index.php?album=wildlife&page=2
It makes no difference what I set the number of images per album to.
Can anyone help plz!
Pat
Comments
Pat
Can anyone please help ?
Pat
Pat
I went through the theme replacing all the theme code with the code from the zen default theme, I'm very sure the actual issue was due to:
normalizeColumns('2', '6');?>
missing from the first line of code on the image.php page, should read:
<?php if (!defined('WEBPATH')) die(); $firstPageImages = normalizeColumns('2', '6');?>
Pat