1
0
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:
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

@@ -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",