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