View Single Post
  #3  
Old 08-24-2007, 05:49 AM
  yamiya's Avatar 
yamiya yamiya is offline
 

Member
  
Join Date: Aug 2007
Posts: 24
 

Default Re: remove link above welcome text

thanks. it's working

Quote:
Originally Posted by balinor
That is location.tpl being called. To hide it on the home page, go to customer/home.tpl and replace this:

{include file="location.tpl"}

with this

{if $main eq "catalog" and $current_category.category eq ""}{else}
{include file="location.tpl"}{/if}
__________________
Yamiya Yam
http://www.yamiya.com.my
---------------------------------------
X-Cart Gold v4.1.8 (UNIX)
Reply With Quote