Файловый менеджер - Редактировать - /home/wuectly/www/plugins/system/t3/base-bs3/html/layouts/joomla/content/info_block/parent_category.php
Назад
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_BASE') or die; use Joomla\CMS\Router\Route; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper; $item = $displayData['item']; $params = $displayData['params']; $title = $this->escape($item->parent_title); if(version_compare(JVERSION, '4', 'ge')) { class ContentHelperRoute extends \Joomla\Component\Content\Site\Helper\RouteHelper{}; } ?> <dd class="parent-category-name hasTooltip" title="<?php echo Text::sprintf('COM_CONTENT_PARENT', ''); ?>"> <i class="fa fa-folder"></i> <?php if ($params->get('link_parent_category') && !empty($item->parent_slug)) : ?> <?php echo HTMLHelper::_('link', Route::_(ContentHelperRoute::getCategoryRoute($item->parent_slug)), '<span itemprop="genre">'.$title.'</span>'); ?> <?php else : ?> <span itemprop="genre"><?php echo $title ?></span> <?php endif; ?> </dd>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка