From 9263d2df0226a118f4add4664d746a266ce5aa78 Mon Sep 17 00:00:00 2001 From: "bitweaver.org" Date: Sun, 19 Jun 2005 04:55:51 +0000 Subject: IMPORT TikiPro CLYDE FINAL --- display_structure_inc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 display_structure_inc.php (limited to 'display_structure_inc.php') diff --git a/display_structure_inc.php b/display_structure_inc.php new file mode 100644 index 0000000..cc48f3e --- /dev/null +++ b/display_structure_inc.php @@ -0,0 +1,10 @@ +isValid() ) { + $gBitSystem->setBrowserTitle( $gStructure->getRootTitle().' : '.$gContent->getTitle() ); + include $gContent->getRenderFile(); + } else { + $gBitSystem->fatalError( 'Page cannot be found' ); + } +?> -- cgit v1.3