1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Now showing: A ton of bug fixes and a complete overhaul of my admin code...

git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7
2001-11-21 03:10:10 +00:00
parent fd9158ac75
commit 3c6e635bec
10 changed files with 109 additions and 88 deletions

View File

@@ -30,7 +30,7 @@ $template->set_filenames(array(
);
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 beta-1")
"PHPBB_VERSION" => "2.0 CVS")
);
$template->pparse("page_footer");