Hi all,
I'm designing a custom theme, for which there is a navigation on the left which shows text links to all the albums in Zenphoto (on index.php)
Is it possible to have the list of albums still visible on album.php?
The code used to display the navigation on index.php is as follows:
Quote:[list]
[*]Home
[*]" title=" ">
[/list]
Inserting the same PHP for the navigation into album.php generates this error:
Quote: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
Any help on this matter would be very much appreciated.
Thank you in advance.