| Current Path : /home/sunflowe/www2/vacancesfloride/_AncienSite/administrator/components/com_ckforms/ |
| Current File : /home/sunflowe/www2/vacancesfloride/_AncienSite/administrator/components/com_ckforms/controller.php |
<?php
/**
* CK Forms default controller
*
* @package CK.Joomla
* @subpackage Components
* @link http://www.cookex.eu
* @license GNU/GPL
*/
jimport('joomla.application.component.controller');
class CkformsController extends JController
{
/**
* Method to display the view
*
* @access public
*/
function display()
{
parent::display();
}
}
?>