isAjax()) { $navigation = new PMA_Navigation(); $response->addJSON('message', $navigation->getDisplay()); } else { $response->addHTML( PMA_Message::error( __('Fatal error: The navigation can only be accessed via ajax') ) ); } ?>