Your IP : 216.73.217.115


Current Path : /home/eolienneia/www/templates/yootheme/html/mod_articles_archive/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/html/mod_articles_archive/default.php

<?php

defined('_JEXEC') or die;

?>

<?php if (!empty($list)) : ?>
<ul class="archive-module">
    <?php foreach ($list as $item) : ?>
    <li><a href="<?= $item->link ?>"><?= $item->text ?></a></li>
    <?php endforeach ?>
</ul>
<?php endif ?>