git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
11 lines
313 B
PHP
11 lines
313 B
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>
|