예제 #1
0
파일: seo.php 프로젝트: pasterntt/dynao-CMS
 public static function setCurrentPage()
 {
     if (is_null(self::$currentPage)) {
         self::$currentPage = page::factory(self::$pageId);
     }
 }