get('showHere', 1))
{
echo '' .JText::_('MOD_BREADCRUMBS_HERE').'';
}
?>
link) && !empty($list[$i - 1]->link) && $list[$i]->link == $list[$i - 1]->link)
{
continue;
}
// If not the last item in the breadcrumbs add the separator
echo '- ';
if ($i < $count - 1)
{
if (!empty($list[$i]->link)) {
echo ''.$list[$i]->name.'';
} else {
echo '';
echo $list[$i]->name;
echo '';
}
if ($i < $count - 2)
{
echo '';
}
} elseif ($params->get('showLast', 1)) { // when $i == $count -1 and 'showLast' is true
if($i > 0){
echo '';
}
echo '';
echo $list[$i]->name;
echo '';
}
echo '
- ';
endfor; ?>