| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php defined('_JEXEC') or die('Restricted access'); ?> 2 3 <?php for ($i = 0, $n = count($list); $i < $n; $i ++) : 4 modNewsFlashHelper::renderItem($list[$i], $params, $access); 5 if ($n > 1 && (($i < $n - 1) || $params->get('showLastSeparator'))) : ?> 6 <span class="article_separator"> </span> 7 <?php endif; ?> 8 <?php endfor; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |