예제 #1
0
파일: PageLayout.php 프로젝트: ratbird/hope
 /**
  * Disable output of the navigation header for this page.
  */
 public static function disableHeader()
 {
     self::$display_header = false;
 }