uawdijnntqw1x1x1
IP : 216.73.217.104
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_tags_popular
/
cloud.php
/
/
<?php defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\Component\Tags\Site\Helper\RouteHelper; $minsize = $params->get('minsize', 1); $maxsize = $params->get('maxsize', 2); ?> <div class="tagspopular tagscloud" uk-margin> <?php if (!count($list)) : ?> <div class="uk-alert"><?= Text::_('MOD_TAGS_POPULAR_NO_ITEMS_FOUND')?></div> <?php else : // Find maximum and minimum count $mincount = null; $maxcount = null; foreach ($list as $item) { if ($mincount === null or $mincount > $item->count) { $mincount = $item->count; } if ($maxcount === null or $maxcount < $item->count) { $maxcount = $item->count; } } $countdiff = $maxcount - $mincount; foreach ($list as $item) : $fontsize = ($countdiff == 0) ? $minsize : $minsize + (($maxsize - $minsize) / ($countdiff)) * ($item->count - $mincount); ?> <span class="tag"> <a class="tag-name" style="font-size:<?= $fontsize ?>em" href="<?= Route::_(RouteHelper::getTagRoute($item->tag_id . '-' . $item->alias)) ?>"> <?= htmlspecialchars($item->title, ENT_COMPAT, 'UTF-8') ?> <?php if ($display_count) : ?> <span class="uk-badge"><?= $item->count ?></span> <?php endif ?> </a> </span> <?php endforeach ?> <?php endif ?> </div>
/home/locationbo/www/templates/yootheme/html/mod_tags_popular/cloud.php