View Single Post
  #3  
Old 08-15-2006, 08:25 AM
 
maineiac maineiac is offline
 

Member
  
Join Date: Jun 2005
Location: USA
Posts: 29
 

Default display 'help section' location in breadcrumb

In include/help.php add the following for each section:

Code:
if ($section == 'Password_Recovery') {$location[] = array(func_get_langvar_by_name("lbl_forgot_password"), "");} if ($section == 'conditions') {$location[] = array(func_get_langvar_by_name("lbl_terms_n_conditions"), "");}
...etc.

This works for me with v4.0.18
__________________
maineiac

x-cart gold v4.0.18
x-cart gold v4.1.8
Reply With Quote