Current Directory: /home/astoriaah/www/templates/yootheme-BK/html/mod_articles_latest
Viewing File: /home/astoriaah/www/templates/yootheme-BK/html/mod_articles_latest/default.php
<?php
defined('_JEXEC') or die;
?>
<ul class="latestnews">
<?php foreach ($list as $item) : ?>
<li><a href="<?= $item->link ?>"><?= $item->title ?></a></li>
<?php endforeach ?>
</ul>