| Current Path : /home/sunflowe/www2/j15/administrator/components/com_rokmodule/ |
| Current File : /home/sunflowe/www2/j15/administrator/components/com_rokmodule/controller.php |
<?php
defined('_JEXEC') or die();
jimport('joomla.application.component.controller');
class RokModuleController extends JController
{
function __construct()
{
parent::__construct();
}
}
?>