File Manager

Current Directory: /home/astoriaah/www/templates/yootheme-BK/html/mod_articles_news
Viewing File: /home/astoriaah/www/templates/yootheme-BK/html/mod_articles_news/vertical.php
<?php defined('_JEXEC') or die; ?> <?php if (count($list) > 0) : ?> <ul class="uk-list uk-list-divider newsflash"> <?php for ($i = 0, $n = count($list); $i < $n; $i ++) : ?> <?php $item = $list[$i] ?> <li><?php include JModuleHelper::getLayoutPath('mod_articles_news', '_item') ?></li> <?php endfor ?> </ul> <?php endif ?>