Current Directory: /home/astoriaah/www/templates/yootheme/html/mod_articles_archive
Viewing File: /home/astoriaah/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 ?>