2014-06-27 11:51:20 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @version 1.0.0 February 06, 2014
|
|
|
|
* @package Per Group
|
|
|
|
* @author Llewellyn van der Merwe <llewellyn@vdm.io>
|
|
|
|
* @copyright Copyright (C) 2014 Vast Development Method <http://www.vdm.io>
|
|
|
|
* @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
|
|
|
|
*
|
|
|
|
**/
|
|
|
|
defined( '_JEXEC' ) or die;
|
|
|
|
|
2015-01-07 10:21:28 +00:00
|
|
|
// Include the functions only once
|
2014-06-27 11:51:20 +00:00
|
|
|
require_once __DIR__ . '/pergroup.php';
|
|
|
|
|
|
|
|
// load the module class
|
|
|
|
$module = new perGroup($params);
|
|
|
|
|
|
|
|
require JModuleHelper::getLayoutPath('mod_pergroup', $params->get('layout', 'default'));
|