Files @ 654a62c4f366
Branch filter:

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

ethanzonca@localhost.localdomain
menubar 11 to 30 and revert
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<table class="moduletable<?php echo $params->get('moduleclass_sfx') ?>">
	<tr>
	<?php foreach ($list as $item) : ?>
		<td>
			<?php modNewsFlashHelper::renderItem($item, $params, $access); ?>
		</td>
	<?php endforeach; ?>
	</tr>
</table>