Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Joomla Component Breadcrumb fix

// For when you have breadcrumbs enabled in one of your components and the categories aren't getting linked
// 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())) {
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS