Files @ 5f9f7ac7fbe6
Branch filter:

Location: hot67beta/templates/beez/html/mod_newsflash/default.php - annotation

212005584@USHC2X0RND1L.clients.am.health.ge.com
Added a test file
<?php // @version $Id: default.php 10381 2008-06-01 03:35:53Z pasamio $
defined('_JEXEC') or die('Restricted access');
?>

<?php
srand((double) microtime() * 1000000);
$flashnum = rand(0, $items - 1);
$item = $list[$flashnum];
modNewsFlashHelper::renderItem($item, $params, $access);
?>