00001 <?php 00002 00011 class TKSnapHtmlPreview extends TKSnapPreview { 00019 protected function getTranslators() { 00020 return array( 00021 'HTML (Media)' => 'STransHTMLMedia', 00022 'HTML' => 'STransHTML' 00023 ); 00024 } 00025 00033 protected function getFormattedSource() { 00034 return SXMLHelper::formatXMLSource($this->version->getContentModule()->getHTML()); 00035 } 00036 } 00037 00038 ?>
1.5.6