For Lo�c: XHTML optimizations
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2002-08-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* libraries/charset_conversion.lib.php3: Don't let php display an error
|
* libraries/charset_conversion.lib.php3: Don't let php display an error
|
||||||
message if dl() fails.
|
message if dl() fails.
|
||||||
|
14
left.php3
14
left.php3
@@ -166,12 +166,18 @@ echo "\n";
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
|
<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 -->
|
<!-- Link to the welcome page -->
|
||||||
<div id="el1Parent" class="parent" style="margin-bottom: 5px">
|
<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; ?>&convcharset=<?php echo $convcharset; ?>&server=<?php echo $server; ?>"><span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr>
|
<nobr><a class="item" href="main.php3?lang=<?php echo $lang; ?>&convcharset=<?php echo $convcharset; ?>&server=<?php echo $server; ?>"><span class="heada"><b><?php echo $strHome; ?></b></span></a></nobr>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user