For Lo�c: XHTML optimizations

This commit is contained in:
Alexander M. Turek
2002-08-23 08:09:55 +00:00
parent dc870e5261
commit 0bed021814
2 changed files with 13 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-08-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* left.php3, lines 169-181: XHTML optimizations.
2002-08-23 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/charset_conversion.lib.php3: Don't let php display an error
message if dl() fails.

View File

@@ -166,12 +166,18 @@ echo "\n";
</head>
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
<?php
if ($cfg['LeftDisplayLogo']) {
?>
<!-- phpMyAdmin logo -->
<a href="http://www.phpmyadmin.net" target="_blank"><img src="./images/pma_logo.png" width="88" height="31" border="0" alt="phpMyAdmin" /></a>
<?php
}
echo "\n";
?>
<!-- Link to the welcome page -->
<div id="el1Parent" class="parent" style="margin-bottom: 5px">
<?php if($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>