options['show_title'] = true; $this->options['show_header'] = true; $this->options['show_footer'] = true; $this->options['show_javascript'] = true; $this->options['show_subpanels'] = false; $this->options['show_search'] = false; parent::SugarView(); } public function display() { //Prevent double footers $GLOBALS['app']->headerDisplayed = false; } }