mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
This is not Beta-1 anymore
git-svn-id: file:///svn/phpbb/trunk@1256 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5f5dce410f
commit
112b015c47
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
"PHPBB_VERSION" => "2.0 beta-1",
|
"PHPBB_VERSION" => "2.0 CVS",
|
||||||
"ADMIN_LINK" => $admin_link));
|
"ADMIN_LINK" => $admin_link));
|
||||||
|
|
||||||
$template->pparse("overall_footer");
|
$template->pparse("overall_footer");
|
||||||
|
@ -100,4 +100,4 @@ if($do_gzip_compress)
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue