View Single Post
  #5  
Old 03-30-2008, 01:33 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Get rid of the :: in the page titles?

See /skin1/customer/home.tpl
There is the next code:
Code:
{section name=position loop=$location} {if not %position.first%} :: {/if} -------------------------here--^^ {$location[position].0|strip_tags|escape} {/section} {else} {section name=position loop=$location step=-1} {if not %position.first%} :: {/if} -------------------------here--^^ {$location[position].0|strip_tags|escape} {/section}

replace all pairs "::" to " " or any symbols you want.
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote