View Single Post
  #2  
Old 05-16-2004, 09:11 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

I head.tpl you will see the line:

Code:
{include file="customer/top_menu.tpl"}

on or about line 8. Either delete this line, or comment it out like this:

Code:
{* {include file="customer/top_menu.tpl"} *}
Reply With Quote