Firstly, ZenPhoto is a great product and customising it has been a pleasurable learning experience! I am relative php newbie but comfy with HTML/CSS so have customised the zpArdoise theme quite successfully.
I am trying to add a slideshow to favourites.php similar to that used on on the search page. I have cut the following code from search.php and placed it in my favourites.php.
`
<?php if (function_exists('printSlideShowLink')) { ?>
<?php printSlideShowLink(gettext('Slideshow')); ?>
<?php } ?>
`
It works except that I get a 'Slideshow' link for each image listed in the favourites rather than a single 'Slideshow' link and wondered how I can resolve this?
Any advice gratefully received.
Many thanks!
Comments