1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

Topic review changes + updates

git-svn-id: file:///svn/phpbb/trunk@1220 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-10-16 11:12:32 +00:00
parent 83bc62fb2d
commit d387e476bc
8 changed files with 552 additions and 30 deletions

View File

@@ -56,9 +56,18 @@ if($board_config['gzip_compress'])
//
// Parse and show the overall header.
//
$template->set_filenames(array(
"overall_header" => "overall_header.tpl")
);
if( empty($gen_simple_header) )
{
$template->set_filenames(array(
"overall_header" => "overall_header.tpl")
);
}
else
{
$template->set_filenames(array(
"overall_header" => "simple_header.tpl")
);
}
//
// Generate logged in/logged out status