1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-28 14:08:23 +01:00

oops, oops and done

git-svn-id: file:///svn/phpbb/trunk@2736 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-07-25 12:55:20 +00:00
parent 04e53a1f7c
commit 398c78e5ab
4 changed files with 28 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ function page_footer($ignore_copyright = false)
function page_message($title, $message, $show_header)
{
global $lang;
global $phpEx, $SID, $lang;
if ( $show_header )
{
@@ -92,7 +92,7 @@ function page_message($title, $message, $show_header)
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="../"><img src="images/header_left.jpg" width="200" height="60" alt="phpBB Logo" title="phpBB Logo" border="0"/></a></td>
<td><a href="../index.<?php echo $phpEx . $SID; ?>"><img src="images/header_left.jpg" width="200" height="60" alt="phpBB Logo" title="phpBB Logo" border="0"/></a></td>
<td width="100%" background="images/header_bg.jpg" height="60" align="right" nowrap="nowrap"><span class="maintitle"><?php echo $lang['Admin_title']; ?></span> &nbsp; &nbsp; &nbsp;</td>
</tr>
</table>