Do not show <hr /> when no logo is shown.
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
|||||||
libraries/config_import.lib.php: Support for SHA1 function (RFE
|
libraries/config_import.lib.php: Support for SHA1 function (RFE
|
||||||
#971703).
|
#971703).
|
||||||
* main.php: Possible undefined variable.
|
* 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>
|
2004-06-09 Alexander M. Turek <me@derrabus.de>
|
||||||
* libraries/config_import.lib.php: The default settings should be merged.
|
* libraries/config_import.lib.php: The default settings should be merged.
|
||||||
|
@@ -96,6 +96,7 @@ if ($cfg['LeftDisplayLogo']) {
|
|||||||
. '<img src="./images/pma_logo2.png" alt="phpMyAdmin" border="0" />'
|
. '<img src="./images/pma_logo2.png" alt="phpMyAdmin" border="0" />'
|
||||||
. '</a></div>' . "\n";
|
. '</a></div>' . "\n";
|
||||||
}
|
}
|
||||||
|
echo '<hr />';
|
||||||
} // end of display logo
|
} // end of display logo
|
||||||
|
|
||||||
if ($cfg['MainPageIconic']) {
|
if ($cfg['MainPageIconic']) {
|
||||||
@@ -104,7 +105,6 @@ if ($cfg['MainPageIconic']) {
|
|||||||
$str_spacer_links=' - ';
|
$str_spacer_links=' - ';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<hr />
|
|
||||||
<!-- Link to the welcome page -->
|
<!-- Link to the welcome page -->
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user