Breatcrumbs link

GK User
Thu May 29, 2014 4:20 pm
Can the Breatcrumbs also link? At the moment only the home button is linked. Many Thanks Ilona
User avatar
Expert Boarder

GK User
Thu May 29, 2014 5:41 pm
Please try to change in file html/mod_breadcrumbs/default.php fragment:

Code: Select all
echo '<li>' . $list[$i]->name . '</li>';


to:

Code: Select all
echo '<li><a href="'.$list[$i]->link.'" >'.$list[$i]->name.'</a></li>';
User avatar
Administrator


cron