mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Revert "Fix: news category breadcrumbs"
This reverts commit 6c2e2efc22
.
This commit is contained in:
@@ -107,7 +107,7 @@ class news_front
|
|||||||
|
|
||||||
$itemName = e107::getParser()->toHTML($this->currentRow['news_title'],true, 'TITLE');
|
$itemName = e107::getParser()->toHTML($this->currentRow['news_title'],true, 'TITLE');
|
||||||
|
|
||||||
$breadcrumb[] = array('text'=> $categoryName, 'url'=>e107::getUrl()->create('news/list/category', array('id'=>$this->currentRow['news_category'])));
|
$breadcrumb[] = array('text'=> $categoryName, 'url'=>e107::getUrl()->create('news/list/category', $this->currentRow));
|
||||||
$breadcrumb[] = array('text'=> $itemName, 'url'=> null);
|
$breadcrumb[] = array('text'=> $itemName, 'url'=> null);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user