Thread: Removing Links
View Single Post
  #2  
Old 09-06-2009, 09:25 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Removing Links

This link is the location - where you are on the website - and to remove it open skin1/customer/home.tpl, find
Code:
{if $usertype eq "C"} {if !%position.first%} <div id="locationbar"> {include file="location.tpl"} </div> {/if} {/if}
and comment it out (surround the code with {* code here *}. Your code may look a little different but you get the idea
As for the Webmaster mode that is the one. You can use Firebug in Firefox and is very helpful but won't tell you which template as it look at the site and not the code.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote