Project

General

Profile

1
<?php
2
// no direct access
3
defined( '_JEXEC' ) or die( 'Restricted access' );
4
 
5
// Include the syndicate functions only once
6
require_once( dirname(__FILE__).DS.'helper.php' );
7
 
8
JHTML::_('behavior.mootools');
9
JHTML::_('behavior.modal');
10
		
11
$stats = modOpenAireStatsHelper::getStats($params);
12
$className = $params->get('className');
13
$subtitle = $params->get('subtitle');
14
$limit = $params->get('limit');
15

    
16
require( JModuleHelper::getLayoutPath('mod_openairestats', 'default'));
17
?>
18

    
(3-3/4)