diff options
Diffstat (limited to 'display_structure_inc.php')
| -rw-r--r-- | display_structure_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display_structure_inc.php b/display_structure_inc.php index d70d1c6..024d72b 100644 --- a/display_structure_inc.php +++ b/display_structure_inc.php @@ -17,6 +17,6 @@ $gBitSystem->setBrowserTitle( $gStructure->getRootTitle().' : '.$gContent->getTitle() ); include $gContent->getRenderFile(); } else { - $gBitSystem->fatalError( tra( 'Page cannot be found' ), NULL, NULL, HttpStatusCodes::HTTP_NOT_FOUND ); + $gBitSystem->fatalError( tra( 'Page cannot be found' ), NULL, NULL, HttpStatusCodes::HTTP_GONE ); } ?> |
