1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Initial instance of the install language file to allow me to install for testing

(yes the installer looks a bit messy atm, but I will be changing that in the future)


git-svn-id: file:///svn/phpbb/trunk@5361 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2005-12-20 22:03:26 +00:00
parent 304d942033
commit 1ba4064f20
2 changed files with 149 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ if (!$language)
}
include($phpbb_root_path . 'language/' . $language . '/common.'.$phpEx);
include($phpbb_root_path . 'language/' . $language . '/admin.'.$phpEx);
include($phpbb_root_path . 'language/' . $language . '/install.'.$phpEx);
// Here we do a number of tests and where appropriate reset the installation level
@@ -1323,7 +1323,7 @@ function inst_page_footer()
?>
<div class="copyright" align="center">Powered by phpBB 2.2 &copy; <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a>, 2003</div>
<div class="copyright" align="center">Powered by phpBB &copy; <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a>, 2003</div>
<br clear="all" /></td>
</tr>