Your IP : 172.28.240.42


Current Path : /var/www/html/clients/kampol.e-nk.ru/modules/mod_newsflash/tmpl/
Upload File :
Current File : /var/www/html/clients/kampol.e-nk.ru/modules/mod_newsflash/tmpl/horiz.php

<?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>