Current File : /home/admin/public_html/old/happy2/modules/mod_stats/mod_stats.php
<?php
/**
* @package Joomla.Site
* @subpackage mod_stats
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// no direct access
defined('_JEXEC') or die;
// Include the syndicate functions only once
require_once dirname(__FILE__).'/helper.php';
$serverinfo = $params->get('serverinfo');
$siteinfo = $params->get('siteinfo');
$list = modStatsHelper::getList($params);
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
require JModuleHelper::getLayoutPath('mod_stats', $params->get('layout', 'default'));