From cc7cff9efa3dbeaa2fc50c577a0a16d551d28a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 4 Sep 2001 15:49:53 +0000 Subject: [PATCH] merged an improved version of the patch #446292 - show current db/table info in the title --- header.inc.php3 | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/header.inc.php3 b/header.inc.php3 index 90c5b0d54..c124e49b1 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -43,6 +43,7 @@ set_font_sizes(); + + + +//--> + + @@ -84,7 +108,7 @@ echo "\n"; if (isset($db)) { echo '

' . $strDatabase . ' ' . htmlspecialchars($db); if (!empty($table)) { - echo ' - ' . $strTable . ' ' . htmlspecialchars($table); + echo ' - ' . $strTable . ' ' . htmlspecialchars($table); } echo '

' . "\n"; }