addStyleSheet('components/'.com_EASY_APP_ELKUKU_1.'/assets/css/default.css'); //--Add javascript $js = JURI::root().'components/'.com_EASY_APP_ELKUKU_1.'/assets/js/easycreator.js'; $document->addScript( $js ); //--Include standard html JLoader::import('helpers.html', JPATH_COMPONENT, ''); //--Require the base controller require_once( JPATH_COMPONENT.DS.'controller.php' ); $controller = new EasyCreatorController(); easyHTML::start(); //--Perform the Request task $controller->execute( JRequest::getVar( 'task' ) ); easyHTML::end(); //--Redirect if set by the controller $controller->redirect();