* @category Horde * @copyright 2013-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Minimal_Error extends IMP_Minimal_Base { /** */ protected function _init() { $this->view->menu = $this->getMenu(''); $this->_pages[] = 'menu'; } }