View Single Post
  #1  
Old 12-19-2009, 06:56 AM
  wank3r's Avatar 
wank3r wank3r is offline
 

eXpert
  
Join Date: Aug 2006
Posts: 291
 

Default Small sidebox issue

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?
Attached Thumbnails
Click image for larger version

Name:	sidebox.gif
Views:	164
Size:	7.9 KB
ID:	1779  
__________________
Powered by X-Cart Gold: 4.4.4/4.4.5
Reply With Quote