setValue( pht( 'This is a visual divider which you can use to separate '. 'sections in the menu. It does not have any configurable '. 'options.')), ); } protected function newNavigationMenuItems( PhabricatorProfilePanelConfiguration $config) { $item = $this->newItem() ->addClass('phui-divider'); return array( $item, ); } }