uawdijnntqw1x1x1
IP : 216.73.217.176
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
/
templates
/
yootheme
/
html
/
mod_articles_categories
/
default_items.php
/
/
<?php defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Router\Route; use Joomla\Component\Content\Site\Helper\RouteHelper; ?> <?php foreach ($list as $item) : $active = $_SERVER['REQUEST_URI'] == Route::_(RouteHelper::getCategoryRoute($item->id)) ?> <li <?= ($active ? 'class="uk-active"' : '') ?>> <a href="<?= Route::_(RouteHelper::getCategoryRoute($item->id)) ?>"> <?= $item->title ?> <?php if ($params->get('numitems')) : ?> <span class="uk-badge"><?= $item->numitems ?></span> <?php endif ?> </a> <?php if ($params->get('show_description', 0) && $item->description) : ?> <div><?= HTMLHelper::_('content.prepare', $item->description, $item->getParams(), 'mod_articles_categories.content') ?></div> <?php endif ?> <?php if ($params->get('show_children', 0) && (($params->get('maxlevel', 0) == 0) || ($params->get('maxlevel') >= ($item->level - $startLevel))) && count($item->getChildren())) : ?> <ul class="uk-list"> <?php $temp = $list; $list = $item->getChildren(); require ModuleHelper::getLayoutPath('mod_articles_categories', $params->get('layout', 'default') . '_items'); $list = $temp; ?> </ul> <?php endif ?> </li> <?php endforeach ?>
/home/locationbo/www/templates/yootheme/html/mod_articles_categories/default_items.php