File: /home/mmickelson/old.loveandlaughterpreschool.com/modules/mod_roknewsrotator/mod_roknewsrotator.php
<?php
/**
* @package RokLatestNews
* @copyright Copyright (C) 2007 RocketWerx. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// Include the syndicate functions only once
require_once (dirname(__FILE__).DS.'helper.php');
JHTML::_('behavior.mootools');
$list = modRokNewsRotatorHelper::getList($params);
$counter = 0;
require(JModuleHelper::getLayoutPath('mod_roknewsrotator'));