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