View Single Post
  #2  
Old 03-31-2009, 11:39 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Front Page Slideshow - X-Cart Integration

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

include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
{/php}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote