View Single Post
  #3  
Old 04-26-2009, 03:01 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: page title "your company name"

I think you are talking about the breadcrumb - this thread gives you hints on how to make changes to it.

If you want to have something different just on your home page instead of the breadcrumb, you could do something like this:

in skin1/customer/home.tpl
replace
Code:
{include file="location.tpl"}
with

Code:
{if $main eq "catalog" and $current_category.category eq ""} <!-- put the header and style you want for the home page here --> {else} <!-- this will be the normal breadcrumb on all your other pages --> {include file="location.tpl"} {/if}
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote