<?php/** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('JPATH_BASE')ordie;?><ddclass="parent-category-name"><?php$title=$this->escape($displayData['item']->parent_title);?><?phpif($displayData['params']->get('link_parent_category')&&!empty($displayData['item']->parent_slug)):?><?php$url='<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($displayData['item']->parent_slug)).'" itemprop="genre">'.$title.'</a>';?><?phpechoJText::sprintf('COM_CONTENT_PARENT',$url);?><?phpelse:?><?phpechoJText::sprintf('COM_CONTENT_PARENT','<span itemprop="genre">'.$title.'</span>');?><?phpendif;?></dd>