git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
14 lines
344 B
PHP
14 lines
344 B
PHP
<?php
|
|
// no direct access
|
|
defined('_JEXEC') or die('Restricted access');
|
|
|
|
// Include the whosonline functions only once
|
|
require_once (dirname(__FILE__).DS.'helper.php');
|
|
|
|
$formname = $params->get( 'chronoformname', '' );
|
|
$formcode = modChronoContactHelper::getForm($formname);
|
|
|
|
|
|
//require(JModuleHelper::getLayoutPath('mod_chronocontact'));
|
|
|
|
?>
|