mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
HTML 4.01 and XHTML 1.0 compliance changes
git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -37,7 +37,7 @@ $template->set_filenames(array(
|
||||
|
||||
$template->assign_vars(array(
|
||||
"PHPBB_VERSION" => "2.0-alpha",
|
||||
"ADMIN_LINK" => $admin_link));
|
||||
"ADMIN_LINK" => $admin_link . "<br />"));
|
||||
|
||||
$template->pparse("overall_footer");
|
||||
|
||||
|
Reference in New Issue
Block a user