show_header = false; $this->show_title = false; $this->show_subpanels = false; $this->show_search = false; $this->show_footer = true; $this->show_javascript = true; $this->view_print = false; } /** * @see SugarView::_getModuleTitleParams() */ protected function _getModuleTitleParams() { global $mod_strings; return array( translate('LBL_MODULE_NAME','Administration'), $mod_strings['LBL_MODULEBUILDER'], ); } function display() { $message = $this->view_object_map['message']; echo $message.""; } }