コード例 #1
0
ファイル: PageLayout.php プロジェクト: ratbird/hope
 /**
  * Disable output of the navigation header for this page.
  */
 public static function disableHeader()
 {
     self::$display_header = false;
 }