[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/modules/mod_newsflash/tmpl/ -> default.php (source)

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


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1