Thread: title
View Single Post
  #8  
Old 09-02-2007, 10:11 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: title

Quote:
Originally Posted by balinor
Well, what do you want to do? I'd recommend only displaying the location.tpl on pages other than the home page. To do this, open up customer/home.tpl and replace this:

Code:
{include file="location.tpl"}

with this:

Code:
{if $main eq "catalog" and $current_category.category eq ""} {else} {include file="location.tpl"} {/if}


I would like to do something a little different here.
When the breadcrumb is displayed I would like the first link to not go to www.vacsew.com but rather I would like it to go to www.vacsew.com/home.php

Where do I change that?
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote