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:
@@ -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
|
||||
|
Reference in New Issue
Block a user