예제 #1
0
파일: template.php 프로젝트: Tapac/hotscot
 /**
  * Set the extension used for our templates
  *
  * @param string $ext 
  * @return void
  */
 public static function setExtension($ext)
 {
     self::$ext = $ext;
 }