diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index c092f00fe5..80cb7e3bfd 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -27,7 +27,11 @@
//
if($userdata['user_level'] == ADMIN)
{
- $admin_link = "" . $lang['Admin_panel'] . "";
+ $admin_link = "" . $lang['Admin_panel'] . "
";
+}
+else
+{
+ $admin_link = "";
}
$current_time = time();
@@ -36,8 +40,8 @@ $template->set_filenames(array(
);
$template->assign_vars(array(
- "PHPBB_VERSION" => "2.0-alpha",
- "ADMIN_LINK" => $admin_link . "
"));
+ "PHPBB_VERSION" => "2.0a",
+ "ADMIN_LINK" => $admin_link));
$template->pparse("overall_footer");
@@ -53,7 +57,7 @@ $totaltime = ($endtime - $starttime);
$gzip_text = ($board_config['gzip_compress']) ? "GZIP compression enabled" : "GZIP compression disabled";
$debug_mode = (DEBUG) ? " : Debug Mode" : "";
-printf("