aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/pagestart.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-25 12:55:20 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-25 12:55:20 +0000
commit398c78e5abeef65ecca93529e901eb05d0338964 (patch)
treeae984d35e3ad580879ac4eba232ab5a9d45e6c8f /phpBB/admin/pagestart.php
parent04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53 (diff)
downloadforums-398c78e5abeef65ecca93529e901eb05d0338964.tar
forums-398c78e5abeef65ecca93529e901eb05d0338964.tar.gz
forums-398c78e5abeef65ecca93529e901eb05d0338964.tar.bz2
forums-398c78e5abeef65ecca93529e901eb05d0338964.tar.xz
forums-398c78e5abeef65ecca93529e901eb05d0338964.zip
oops, oops and done
git-svn-id: file:///svn/phpbb/trunk@2736 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/pagestart.php')
-rw-r--r--phpBB/admin/pagestart.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/pagestart.php b/phpBB/admin/pagestart.php
index c834d78649..b187a90294 100644
--- a/phpBB/admin/pagestart.php
+++ b/phpBB/admin/pagestart.php
@@ -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>