示例#1
0
文件: H.php 项目: cobbdb/eta
 /**
  * Set a new default base page template.
  * @param {String} path Complete path to new base template.
  */
 public static function setBase($path)
 {
     self::$base = $path;
 }