Hi everyone,
I've created a sidebox using this guide from Zaja:
http://forum.x-cart.com/showthread.php?t=24054&highlight=Creating+side+box
My new menu called sslinfo.tpl contains this code:
Code:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<div class="categories">
<center><span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=SMr44YUTI3ylELeEeIKlRJPD1cSGhSKHLU9W5a5Pu7Stcxzr1dwk"></script><br/></span></center>
{include file="pages_menu.tpl"}
</div>
{/capture}
{ include file="menu_cat.tpl" menu_title="SSL Info" menu_content=$smarty.capture.menu }
I included the menu in home.tpl using this code:
Code:
{include file="customer/sslinfo.tpl" }
Now my issue is that I'm seing some CSS related background where my siteseal is located and I don't know what triggered that.
Please have a look at the attached image.
Any ideas?