Beta-1 name changes

git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-08-20 22:23:48 +00:00
parent fb5cd25094
commit 3fe7e0f6cc
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -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");