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}
|