View Single Post
  #6  
Old 12-26-2009, 09:09 AM
  Dan.roh's Avatar 
Dan.roh Dan.roh is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 397
 

Default Re: Front Page Slideshow - X-Cart Integration

Hi balinor,

Please help me with the following. I have just purchased the latest version of frontpage slideshow. I would like it to display in a language variable - lbl_welcome_to


Please advise how to do this. I think my problem is with the specified paths on server. Please give me an example of the code including the paths to use.

Would be greatful if you can help

Thanks

Quote:
Originally Posted by balinor
{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}
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote