View Single Post
  #2  
Old 09-24-2009, 08:13 PM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: Breadcrumb Home Link

In the auth.php

you can able see the code like this.
PHP Code:
$location[] = array((!empty($lbl_site_name) ? $lbl_site_name $config["Company"]["company_name"]), "home.php"); 

in this remove the "home.php " and leave it blank or provide a link as you like.
Reply With Quote