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

@@ -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