Quote:
Wild stab in the dark, anyone using Frontpage Slideshow with this template?
|
I've used the standalone slideshow before on previous versions, shouldn't have any issues adding it to the template... It's just a case of getting the paths right...
Code:
{php}
$nameOfSlideshowToDisplay = "demoslideshow";
$URLofyoursite = "
http://www.yourstore.com";
$AbsoluteServerPathofyoursite = "/absolute/path/to/store";
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
{/php}