git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
9 lines
332 B
PHP
9 lines
332 B
PHP
<?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"> </span>
|
|
<?php endif; ?>
|
|
<?php endfor; ?>
|