Extend breadcrumbs with params 'menu-anchor_css'

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu Mar 29, 2012 7:55 pm
Hi

I'm trying to extend the default breadcrumbs in Music template:
Code: Select all
/gk_music/html/mod_breadcrumbs/default.php

Code: Select all
else echo '<li class="pathway">' . $list[$i]->name . '</li>';


I would like to replace the <li> class with default "pathway" to the params of the current breadcrumb. I can see in database, that the param I'm trying to get is: menu-anchor_css

How can I do that?
Have tried something like this:
Code: Select all
else echo '<li class="'.$list[$i]->$params->get('menu-anchor_css').'"></li>"



Any help would be appreciated :D

Henrik
User avatar
Expert Boarder

GK User
Fri Mar 30, 2012 2:39 pm
The easiest way to achieve the default breadcrumb layout is delete this mod_breadcrumb directory from template /html directory, the reason that we override this moudule is different structure - if you want original one you should back to default module layout.
User avatar
Platinum Boarder


cron