I have added in the module to include a blank sidebox which originally I put in a Twitter pic link which worked fine.
I have taken the Twitter pic out and wanmt to put in now a rotating gif picture of some products but it wont show.
The website is http://www.irishshopper.com
The coding I used in the blanksidebox file tpl_blank_sidebox.php is
// Replace the text and HTML tags between the apostophes on lines 19 and 20.
// Use as many or as few lines using this model as you need for your custom content.
// If you have a multilingual site define your text in the languages/YOUR_LANGUAGE/extra_definitions/blank_sidebox_defines.php and include it as shown in line 19.
// If your site is monolingual, you can put the text right here as shown on line 20 (and nobody will know!)
$content .= '<img src="http://www.irishshopper.com/includes/templates/ZCT Sports 03/images/products.gif" width="102" height="150">';
$content .= '</div>';
?>



