config.inc.php3, left.php3:

- $cfg['LeftDisplayLogo'] to turn off PMA logo display
This commit is contained in:
Robin Johnson
2002-08-22 07:59:38 +00:00
parent 98e16357dd
commit 2aad7d0845
3 changed files with 8 additions and 1 deletions

View File

@@ -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">
<a href="http://www.phpmyadmin.net" target="_blank"><img src="./images/pma_logo.png" width="88" height="31" border="0" alt="phpMyAdmin" /></a>
<?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; ?>&amp;convcharset=<?php echo $convcharset; ?>&amp;server=<?php echo $server; ?>"><span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr>
</div>