View Single Post
  #5  
Old 06-16-2009, 05:19 AM
 
Komodogear Komodogear is offline
 

Member
  
Join Date: Aug 2008
Posts: 15
 

Default Re: Front Page Slideshow - X-Cart Integration

I have followed what you said to do on the thread and obviously I am doing something wrong.

When someone comes to the site I would like them to see the slide show in the white part of the template above the welcome and the links.

Code..


{php}
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.komodogear.com/"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/www/komodogear"; // Enter the root path of your site on the server.
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
{/php}

Do I have to place tags at the beginning and end of the code other then {php}

Thank you for your help
__________________
X-Cart Gold v4.1.10
X-Affiliate
X-GiftRegistry
X-Magnifier
Reply With Quote