public function show() { if (empty($this->commands)) { return ""; } $tpl = array(); $tpl['MENU'] = parent::show(); return PHPWS_Template::process($tpl, 'hms', 'admin/menus/ReapplicationMaintenanceMenu.tpl'); }
public function show() { if (empty($this->commands)) { return ''; } $tpl = array(); $tpl['MENU'] = parent::show(); $tpl['LEGEND_TITLE'] = 'Service Desk'; return PHPWS_Template::process($tpl, 'hms', 'admin/menus/AdminMenuBlock.tpl'); }