Hi guys,
I'm trying to enable the slideshow in my gallery.
I have added this in the <head>:
<?php printSlideShowJS(); ?>
This where I want it to display:
<?php $albumobj = new Album($_zp_gallery, "ferrari"); printSlideShow(true,false,$albumobj, "", 600,400); ?>
And added the 3 slideshow files to my themes folder.
However, the slideshow doesn't want to display.
Anyway, not that it works, but I don't want the ferrari folder's images displayed. I'd like the album of the current page to be displayed.
Any ideas?