The simpler media website CMS
Inserting the same PHP for the navigation into album.php generates this error:
- Home
<?php while (next_album()): ?>- " title="<?php echo gettext('View album:'); ?> <?php echo getAnnotatedAlbumTitle();?>"><?php printAlbumTitle(); ?>
<?php endwhile; ?>
Any help on this matter would be very much appreciated.
Fatal error: Call to a member function getImages() on a non-object in /home/public_html/zenphoto/zp-core/template-functions.php on line 1774
Comments
For anyone interested, the code I used was:
`
<?php printAlbumMenu ("list",false,null,"active",null,"active","Home",null,false,true,null); ?>
`