0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
modules
/
mod_newsflash
/
tmpl
/
[
Home
]
File: default.php
<?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); ?>