diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 12:55:20 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 12:55:20 +0000 |
commit | 398c78e5abeef65ecca93529e901eb05d0338964 (patch) | |
tree | ae984d35e3ad580879ac4eba232ab5a9d45e6c8f /phpBB/admin/index.php | |
parent | 04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53 (diff) | |
download | forums-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/index.php')
-rw-r--r-- | phpBB/admin/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index df10e1dea9..74d3ad829a 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -53,7 +53,7 @@ if ( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'top' ) <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td><a href="index.<?php echo $phpEx; ?>?pane=right" target="main"><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; ?>&pane=right" target="main"><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> </td> </tr> </table> @@ -98,10 +98,10 @@ else if ( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'left' ) <th class="menu" height="25">» <?php echo $lang['Return_to']; ?></th> </tr> <tr> - <td class="row1"><a class="genmed" href="index.<?php echo $phpEx; ?>?pane=right" target="main"><?php echo $lang['Admin_Index']; ?></a></td> + <td class="row1"><a class="genmed" href="index.<?php echo $phpEx . $SID; ?>&pane=right" target="main"><?php echo $lang['Admin_Index']; ?></a></td> </tr> <tr> - <td class="row2"><a class="genmed" href="../" target="_top"><?php echo $lang['Forum_index']; ?></a></td> + <td class="row2"><a class="genmed" href="../index.<?php echo $phpEx . $SID; ?>" target="_top"><?php echo $lang['Forum_index']; ?></a></td> </tr> <?php |