Лучший Ответ SmetDenis , 11 August 2016 - 18:17
Попробуйте в шаблоне сделать так
if ($categoryId = $this->app->jbrequest->getSystem('category')) {
$category = $this->app->table->category->get($categoryId);
$categoryUrl = $this->app->route->category($category);
echo "<a href='{$categoryUrl}'>{$category->name}</a>";
}
Перейти к сообщению


Тема закрыта









