0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
joomla
/
1.5.13-10
/
standard
/
htdocs
/
modules
/
mod_newsflash
/
tmpl
/
[
Home
]
File: 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>