FundacionLQDVI_WebCongresos/www/modules/mod_newsflash/tmpl/default.php

8 lines
239 B
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);
?>