Your IP : 216.73.217.35


Current Path : /home/e/o/l/eolienneia/www/templates/yootheme/html/mod_articles_popular/
Upload File :
Current File : /home/e/o/l/eolienneia/www/templates/yootheme/html/mod_articles_popular/default.php

<?php

defined('_JEXEC') or die;

?>

<ul class="mostread">
    <?php foreach ($list as $item) : ?>
    <li><a href="<?= $item->link ?>"><?= $item->title ?></a></li>
    <?php endforeach ?>
</ul>