aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_tail.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-04 01:48:02 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-04 01:48:02 +0000
commit081e0bdfeb2b47ad63f811eb3205bd3c1294b4a8 (patch)
tree948a1b93e8215279eec428500619c36d06b8106b /phpBB/includes/page_tail.php
parenta03c301e048efeeccdc1645af815e53a8bcf073b (diff)
downloadforums-081e0bdfeb2b47ad63f811eb3205bd3c1294b4a8.tar
forums-081e0bdfeb2b47ad63f811eb3205bd3c1294b4a8.tar.gz
forums-081e0bdfeb2b47ad63f811eb3205bd3c1294b4a8.tar.bz2
forums-081e0bdfeb2b47ad63f811eb3205bd3c1294b4a8.tar.xz
forums-081e0bdfeb2b47ad63f811eb3205bd3c1294b4a8.zip
oops, forgot to change version setting ...
git-svn-id: file:///svn/phpbb/trunk@2261 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r--phpBB/includes/page_tail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index d06cfd64e2..b03040ed56 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -47,7 +47,7 @@ else
}
$template->assign_vars(array(
- "PHPBB_VERSION" => "2.0 CVS",
+ "PHPBB_VERSION" => "2.0 " . $board_config['version'],
"TRANSLATION_INFO" => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : "",
"ADMIN_LINK" => $admin_link)
);