コード例 #1
0
ファイル: home.php プロジェクト: rexfleischer/web_dev
 protected function thisPageLayout(){
     MenuAndContentHelper1_Layout($this, true, false, "", "");
 }
コード例 #2
0
ファイル: usermanual.php プロジェクト: rexfleischer/web_dev
 protected function thisPageLayout() {
     MenuAndContentHelper1_Layout($this, true, false, _USERMANUAL::_MasterNavigationTitle(), null);
 }
コード例 #3
0
ファイル: admin.php プロジェクト: rexfleischer/web_dev
 protected function thisPageLayout(){
     MenuAndContentHelper1_Layout($this, true, _SESSION::GetIsMaster(), "", "Master Options");
 }