uawdijnntqw1x1x1
IP : 216.73.217.24
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
.
/
components
/
com_tags
/
.
/
views
/
.
/
tags
/
tmpl
/
.
/
default.php
/
/
<?php /** * @package Joomla.Site * @subpackage com_tags * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Note that there are certain parts of this layout used only when there is exactly one tag. JHtml::addIncludePath(JPATH_COMPONENT . '/helpers'); $description = $this->params->get('all_tags_description'); $descriptionImage = $this->params->get('all_tags_description_image'); ?> <div class="tag-category<?php echo $this->pageclass_sfx; ?>"> <?php if ($this->params->get('show_page_heading')) : ?> <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1> <?php endif; ?> <?php if ($this->params->get('all_tags_show_description_image') && !empty($descriptionImage)) : ?> <div> <img src="<?php echo htmlspecialchars($descriptionImage, ENT_QUOTES, 'UTF-8'); ?>" /> </div> <?php endif; ?> <?php if (!empty($description)) : ?> <div> <?php echo $description; ?> </div> <?php endif; ?> <?php echo $this->loadTemplate('items'); ?> </div>
/home/locationbo/www/./components/com_tags/./views/./tags/tmpl/./default.php