Your IP : 216.73.216.222


Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_newsflash/tmpl/
Upload File :
Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_newsflash/tmpl/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);
?>