Do not show <hr /> when no logo is shown.

This commit is contained in:
Michal Čihař
2004-06-15 10:52:32 +00:00
parent 5ed8e1ef44
commit 59d46c5513
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ $Source$
libraries/config_import.lib.php: Support for SHA1 function (RFE
#971703).
* main.php: Possible undefined variable.
* queryframe.php: Do not show <hr /> when no logo is shown.
2004-06-09 Alexander M. Turek <me@derrabus.de>
* libraries/config_import.lib.php: The default settings should be merged.

View File

@@ -96,6 +96,7 @@ if ($cfg['LeftDisplayLogo']) {
. '<img src="./images/pma_logo2.png" alt="phpMyAdmin" border="0" />'
. '</a></div>' . "\n";
}
echo '<hr />';
} // end of display logo
if ($cfg['MainPageIconic']) {
@@ -104,7 +105,6 @@ if ($cfg['MainPageIconic']) {
$str_spacer_links=' - ';
}
?>
<hr />
<!-- Link to the welcome page -->
<div align="center">
<?php