| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // @version $Id: default.php 10381 2008-06-01 03:35:53Z pasamio $ 2 defined('_JEXEC') or die('Restricted access'); 3 ?> 4 5 <?php 6 srand((double) microtime() * 1000000); 7 $flashnum = rand(0, $items - 1); 8 $item = $list[$flashnum]; 9 modNewsFlashHelper::renderItem($item, $params, $access); 10 ?>
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 |