mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Topic review changes + updates
git-svn-id: file:///svn/phpbb/trunk@1220 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -33,9 +33,18 @@ else
|
||||
}
|
||||
$current_time = time();
|
||||
|
||||
$template->set_filenames(array(
|
||||
"overall_footer" => "overall_footer.tpl")
|
||||
);
|
||||
if( empty($gen_simple_header) )
|
||||
{
|
||||
$template->set_filenames(array(
|
||||
"overall_footer" => "overall_footer.tpl")
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
$template->set_filenames(array(
|
||||
"overall_footer" => "simple_footer.tpl")
|
||||
);
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
"PHPBB_VERSION" => "2.0 beta-1",
|
||||
|
Reference in New Issue
Block a user