File Manager

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