View Single Post
  #7  
Old 07-27-2009, 02:16 PM
 
steve.thompson steve.thompson is offline
 

eXpert
  
Join Date: Feb 2009
Location: Sydney, Australia
Posts: 302
 

Default Re: Size & number or right side menus

I'll defer to the experts here but the first thing that comes to mind is an error with the script loaded from isp.com

You have an unnecessary /div but that shouldn't cause any problem.

Try moving:

{include file="modules/guarantee.tpl"}
{include file="modules/yoursecurity.tpl"}

to:

{if $login eq "" }
{include file="customer/auth.tpl" }
{else}
{include file="customer/authbox.tpl" }
{/if}

{include file="modules/guarantee.tpl"}
{include file="modules/yoursecurity.tpl"}

{include file="customer/news.tpl" }

Does the signin box reappear and is the news box still not appearing?

Is it the yoursecurity box or the guarantee box that's causing the problem? In message #3, you indicated that removing the guarantee line from home.tpl solved the problem? If so, could you post the guarantee.tpl code?

Steve.
__________________
X-Cart Gold 4.2.1 / 4.4.2
X-AOM, X-SpecialOffers
Download Expander 2.1.3 / 2.2.0
Reply With Quote