mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Beta-1 name changes
git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fb5cd25094
commit
3fe7e0f6cc
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ $template->set_filenames(array(
|
|||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"PHPBB_VERSION" => "2.0-alpha")
|
||||
"PHPBB_VERSION" => "2.0 beta-1")
|
||||
);
|
||||
|
||||
$template->pparse("page_footer");
|
||||
|
|
|
@ -40,7 +40,7 @@ $template->set_filenames(array(
|
|||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"PHPBB_VERSION" => "2.0a",
|
||||
"PHPBB_VERSION" => "2.0 beta-1",
|
||||
"ADMIN_LINK" => $admin_link));
|
||||
|
||||
$template->pparse("overall_footer");
|
||||
|
|
Loading…
Add table
Reference in a new issue