<?php
// Replacement Tag {FLSS}
if(strpos($content['all'], '{FLSS}')) {
initMootools();
// START of "Flash Slideshow" settings
ob_start();
$URLofyoursite = rtrim(PHPWCMS_URL, '/'); // Enter your site's URL.
$AbsoluteServerPathofyoursite = rtrim(PHPWCMS_ROOT, '/'); // Enter the root path of your site on the server.
$target = '';
include_once($AbsoluteServerPathofyoursite."/flashslideshow.php");
$FLSS = ob_get_contents();
$content['all'] = str_replace('{FLSS}', $FLSS, $content['all']);
ob_end_clean();
// END of "Flash Slideshow" settings
}
?>
At the intro page I used a Javascript from Dynamic Drive
Raymond... it's a beautiful website. Congratulations. Just go smaller with the body font (<p>) and increase the lead (maybe 1.3 em). And a small issue: the colors of the links in the left navigation... the red and green dosn't fit. maybe a softer tone?