PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
layouts
/
joomla
/
content
/
info_block
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_BASE') or die; ?> <dd class="parent-category-name"> <?php $title = $this->escape($displayData['item']->parent_title); ?> <?php if ($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>'; ?> <?php echo JText::sprintf('COM_CONTENT_PARENT', $url); ?> <?php else : ?> <?php echo JText::sprintf('COM_CONTENT_PARENT', '<span itemprop="genre">' . $title . '</span>'); ?> <?php endif; ?> </dd>
[+]
..
[-] author.php
[edit]
[-] block.php
[edit]
[-] category.php
[edit]
[-] create_date.php
[edit]
[-] hits.php
[edit]
[-] index.html
[edit]
[-] modify_date.php
[edit]
[-] parent_category.php
[edit]
[-] publish_date.php
[edit]
[-] .htaccess.disabled
[edit]