getDB(); $param = $system->getRequest()->getParam(); // uncomment the following lines to get access to the localized strings // $locale = $system->getActiveLocale(); // $strings = $this->loadLocaleStrings($locale,__FILE__); // TODO: implement try { $layout = $this->findLayout($system->getSiteId(),$activeInstance); // $template = $this->loadTemplate( ! set our fqn here ! ,$system->getTarget('action'),$layout); // $response->setFragment('CONTENT',$template->getDocument()); } catch (MFFileNotFoundException $ex) { $response->setFragment('CONTENT',$ex->getMessage().' :'.$ex->getContext()); } } }