View Single Post
  #2  
Old 05-22-2011, 08:12 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How Do I Get Rid of ::

The setting in admin is only for the breadcrumbs. For the browser title see this

http://forum.x-cart.com/showthread.php?t=53332&highlight=page+title

In /include/templater/plugins/function.get_title.php modify line

$title = str_replace(array("\n", "\r"), array('', ''), trim(implode(' :: ', $title_items)));
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote