File Manager

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