1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

Last fix of screwup

git-svn-id: file:///svn/phpbb/trunk@801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt
2001-08-03 00:23:01 +00:00
parent e84bf795a4
commit 2b5a355fbd
2 changed files with 17 additions and 41 deletions

View File

@@ -43,5 +43,10 @@ else if( $userdata['user_level'] != ADMIN )
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}
include('page_header_admin.'.$phpEx);
if ($no_page_header != TRUE)
{
// Not including the pageheader can be neccesarry if META tags are
// needed in the calling script.
include('page_header_admin.'.$phpEx);
}
?>