Files @ 9264662acc93
Branch filter:

Location: hot67beta/modules/mod_newsflash/tmpl/default.php

ethanzonca@localhost.localdomain
header more stuff
1
2
3
4
5
6
7
8
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<?php
srand((double) microtime() * 1000000);
$flashnum	= rand(0, $items -1);
$item		= $list[$flashnum];
modNewsFlashHelper::renderItem($item, $params, $access);
?>