Example #1
0
 /**
  * Set the extension used for our templates
  *
  * @param string $ext 
  * @return void
  */
 public static function setExtension($ext)
 {
     self::$ext = $ext;
 }