Files @ c7d7e38b2269
Branch filter:

Location: hot67beta/modules/mod_newsflash/tmpl/vert.php

root@protofusion.org
Initial import of the site.
1
2
3
4
5
6
7
8
<?php defined('_JEXEC') or die('Restricted access'); ?>

<?php for ($i = 0, $n = count($list); $i < $n; $i ++) :
	modNewsFlashHelper::renderItem($list[$i], $params, $access);
	if ($n > 1 && (($i < $n - 1) || $params->get('showLastSeparator'))) : ?>
		<span class="article_separator">&nbsp;</span>
 	<?php endif; ?>
<?php endfor; ?>