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