I'm trying to use slideshow on my homepage which is outside zenphoto. I have activated the slideshow plugin. I already included the following code in my homepage:
define('WEBPATH', 'zenphoto');
require_once(WEBPATH . "/zp-core/template-functions.php");
and
<?php printSlideShowJS(); ?>
and
$albumobj = new Album($_zp_gallery, "foldername");
$imageobj = newImage($albumobj, "filename");
printSlideShow(true,false,$albumobj, $imageobj, 400,400);
I keep getting this error message
Fatal error: Call to undefined function printSlideShowJS()
Comments