View Single Post
  #6  
Old 10-11-2009, 07:34 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Breadcrumb Home Link

1. (never tried this one) In root/postauth.php find

$location[] = array((!empty($lbl_site_name) ? $lbl_site_name : $config["Company"]["company_name"]), "home.php");

and replace $config["Company"]["company_name"] with your wording

2. In root/include/func/func.core.php find

$html_page_title = implode(' :: ', $tmp);

and replace :: with your symbol
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote