X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Change Page Template format (https://forum.x-cart.com/showthread.php?t=21644)

Kered 05-09-2006 02:11 AM

Change Page Template format
 
Hi,
Where do I change the page title format?
I want to replace the :: with -
Thanks

balinor 05-09-2006 02:26 AM

Have a look at my template editing guide:

http://forum.x-cart.com/viewtopic.php?t=28546

You are looking for location.tpl

MAPerformance 09-14-2007 02:01 PM

Re: Change Page Template format
 
I'm also trying to make this change, what exactly do I change here?

{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max Exp $ *}
{if $main eq "catalog" and $current_category.category eq ""}{else}
{if $location}
<font class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%} :: {/if}
{/section}
{/strip}
</font>
<br /><br />
{/if}
{/if}

thanks!

chris

balinor 09-15-2007 05:57 PM

Re: Change Page Template format
 
Location.tpl is not the page title format, that is the breadcrumbs file. The page title is in customer/home.tpl.


All times are GMT -8. The time now is 11:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.