Your IP : 10.10.0.253


Current Path : /var/www/modules/mod_formmaker/
Upload File :
Current File : /var/www/modules/mod_formmaker/mod_formmaker.php

<?php

 /**
 * @package Form Maker Module
 * @author Web-Dorado
 * @copyright (C) 2011 Web-Dorado. All rights reserved.
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 **/
defined('_JEXEC') or die('Restricted access');
defined( 'DS' )  or define('DS', DIRECTORY_SEPARATOR);

require_once (dirname(__FILE__).DS.'helper.php');
if( !function_exists('_recaptcha_http_post') )
require_once JPATH_SITE.DS.'components'.DS.'com_formmaker'.DS.'recaptchalib.php';

$id=$params->get('id');
$modules	= modFormmaker::load( $id );
echo $modules;
 
// removes tags without matching module positions

?>