Context->Session->User->Preference('ShowFormatSelector') && $FormatCount > 1) { $sReturn .= '
  • ' .$this->Context->GetDefinition('FormatCommentsAs') .$f->Get() .'
  • '; } else { $FormatTypeToUse = $this->Context->Session->User->DefaultFormatType; if (!array_key_exists($FormatTypeToUse, $this->Context->StringManipulator->Formatters)) { $FormatTypeToUse = $this->Context->Configuration['DEFAULT_FORMAT_TYPE']; } $sReturn .= ''; } ?>