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