etemplate_method); $GLOBALS['egw']->translation->add_app($app); $css = ''; if (file_exists(EGW_SERVER_ROOT.'/'.$app.'/templates/default/app.css')) { $css = ""; } $ret = false; if($_POST['etemplate_exec_id']) { $ret = ExecMethod('etemplate.etemplate.process_exec'); } return $css.($ret ? $ret : ExecMethod($this->etemplate_method)); } }