Joomla Component Breadcrumb fix
// In includes/pathway.php around line 287
1 2 // if it is the current page, then display a non hyperlink 3 //if ($item->id == $Itemid || empty( $mid ) || empty($item->link)) { 4 if (($item->id == $Itemid || empty( $mid ) || empty($item->link)) && !($mainframe->getCustomPathWay())) {