Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/templates/yootheme/html/mod_articles_latest/
Upload File :
Current File : /home/jeromecohp/www/templates/yootheme/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>