00001 <?php 00008 class STransHTMLTK extends STransHTML { 00015 public function translate($si) { 00016 $input = $si->getSource(); 00017 $output = TKHTML::parseTKHTML("$input"); 00018 $this->sendToTarget($si, $output); 00019 return true; 00020 } 00021 } 00022 00023 ?>
1.5.6