config.inc.php3, left.php3:
- $cfg['LeftDisplayLogo'] to turn off PMA logo display
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-08-22 Robin Johnson <robbat2@users.sourceforge.net>
|
||||
* config.inc.php3, left.php3:
|
||||
- $cfg['LeftDisplayLogo'] to turn off PMA logo display
|
||||
|
||||
2002-08-22 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* libraries/sqlvalidator.lib.php3: Fixed bug #594947.
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -168,7 +168,9 @@ echo "\n";
|
||||
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
|
||||
<!-- Link to the welcome page -->
|
||||
<div id="el1Parent" class="parent" style="margin-bottom: 5px">
|
||||
<?php if(isset($cfg['LeftDisplayLogo']) && $cfg['LeftDisplayLogo']) { ?>
|
||||
<a href="http://www.phpmyadmin.net" target="_blank"><img src="./images/pma_logo.png" width="88" height="31" border="0" alt="phpMyAdmin" /></a>
|
||||
<?php } ?>
|
||||
|
||||
<nobr><a class="item" href="main.php3?lang=<?php echo $lang; ?>&convcharset=<?php echo $convcharset; ?>&server=<?php echo $server; ?>"><span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user