Пример #1
0
 public function html()
 {
     if ($this->data) {
         $tpl = new WT_Theme();
         $tpl->comment(array("comments" => array($this->template())));
     }
     return "";
 }