| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined('_JEXEC') or die('Restricted access'); ?> 3 <table class="moduletable<?php echo $params->get('moduleclass_sfx') ?>"> 4 <tr> 5 <?php foreach ($list as $item) : ?> 6 <td> 7 <?php modNewsFlashHelper::renderItem($item, $params, $access); ?> 8 </td> 9 <?php endforeach; ?> 10 </tr> 11 </table>
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 |