Louis,
Thank you for your reply. Unfortunately that didn't work. My code was:
Code:
<?php // If page is SSL then use Secure Code
if($_SERVER['HTTPS']=='on'){
?>
<br />
<?php // Else use Non-Secure Code
} else {
?>
<div style="float:right;"><embed src="http://www.****.us/gallery2/minislideshow.swf" width="120" height="80" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="minislide" wmode="transparent" allowFullscreen="true" allowScriptAccess="always" quality="high" flashvars="xmlUrl=http://www.****.us/gallery2/mediaRss.php?g2_itemId=4953&shuffle=true&showDropShadow=true&roundedMask=true&limit=40&noLink=true&showControls=false"></embed>
</div>
<?php }
inside header_tpl ..... but it generated an empty page, after the mainwrapper, nothing loaded (either in http or https)
Bookmarks