View Single Post
  #69  
Old 11-29-2010, 05:30 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

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}
__________________
xcartmods.co.uk
Reply With Quote