From 2aad7d0845deef43ce8d526daf4c5c3fbeeb8266 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Thu, 22 Aug 2002 07:59:38 +0000 Subject: [PATCH] config.inc.php3, left.php3: - $cfg['LeftDisplayLogo'] to turn off PMA logo display --- ChangeLog | 4 ++++ config.inc.php3 | 1 + left.php3 | 4 +++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb2df71c8..ffc051e18 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-08-22 Robin Johnson + * config.inc.php3, left.php3: + - $cfg['LeftDisplayLogo'] to turn off PMA logo display + 2002-08-22 Alexander M. Turek * libraries/sqlvalidator.lib.php3: Fixed bug #594947. diff --git a/config.inc.php3 b/config.inc.php3 index 21ceb55a3..4076e89e1 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -175,6 +175,7 @@ $cfg['UseDbSearch'] = TRUE; // whether to enable the "database searc $cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the // current tables in the left frame. $cfg['ShowTooltip'] = TRUE; // display table comment as tooltip in left frame +$cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame // In the main frame, at startup... $cfg['ShowStats'] = TRUE; // allow to display statistics and space usage in diff --git a/left.php3 b/left.php3 index 8c4ffd2d1..36947b073 100755 --- a/left.php3 +++ b/left.php3 @@ -168,7 +168,9 @@ echo "\n";
- phpMyAdmin + + phpMyAdmin +