* @copyright Copyright (C) 2014 Vast Development Method * @license GNU General Public License * **/ defined( '_JEXEC' ) or die; // Include the functions only once require_once __DIR__ . '/pergroup.php'; // load the module class $module = new perGroup($params); require JModuleHelper::getLayoutPath('mod_pergroup', $params->get('layout', 'default'));