示例#1
0
<?php   
   Templater::singleton()->Display("Header");
?>

         <p style="text-align:center;"><img src="/images/example2_output.png" alt="" /><br /><strong>Blah!</strong></p>         
         
<?php
   Templater::singleton()->Display("Footer");
?>         
 public function Process($params)
 {   
    Templater::singleton()->Display("Index");
 }