logo
This commit is contained in:
@@ -11,6 +11,9 @@ $Source$
|
||||
thanks to S<>nke J. Peters (s03nk3)
|
||||
* tbl_properties_structure.php3: undefined index for innodb,
|
||||
thanks to Lo<4C>c
|
||||
* images/pma_logo.png, left.php3, libraries/auth/cookie.auth.lib.php3:
|
||||
new logo, thanks to Ivan R. Lanin (ivanlanin); logo made transparent
|
||||
by Alexander Turek
|
||||
|
||||
2002-08-21 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* Documentation.html: Updated FAQ 1.6.
|
||||
|
@@ -2604,6 +2604,9 @@ CREDITS, in chronological order
|
||||
- Olof Edlund <olof.edlund at upright.se>
|
||||
* SQL validator server
|
||||
|
||||
- Ivan R. Lanin (ivanlanin)
|
||||
* phpMyAdmin logo
|
||||
|
||||
And also to the following people who have contributed minor changes,
|
||||
enhancements, bugfixes or support for a new language since version 2.1.0:
|
||||
|
||||
|
BIN
images/pma_logo.png
Normal file
BIN
images/pma_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@@ -168,6 +168,8 @@ echo "\n";
|
||||
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
|
||||
<!-- Link to the welcome page -->
|
||||
<div id="el1Parent" class="parent" style="margin-bottom: 5px">
|
||||
<a href="http://www.phpmyadmin.net" target="_blank"><img src="./images/pma_logo.png" width="88" height="31" border="0" alt="phpMyAdmin" /></a>
|
||||
|
||||
<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>
|
||||
|
||||
@@ -344,7 +346,6 @@ if ($num_dbs > 1) {
|
||||
echo $table_list_header;
|
||||
echo $table_list;
|
||||
echo "\n" . ' <hr noshade="noshade" />' . "\n";
|
||||
|
||||
}
|
||||
|
||||
// No light mode -> initialize some js variables for the
|
||||
|
@@ -109,6 +109,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
|
||||
|
||||
<body bgcolor="<?php echo $cfg['RightBgColor']; ?>">
|
||||
<center>
|
||||
<a href="http://www.phpmyadmin.net" target="_blank"><img name="imLogo" id="imLogo" src="images/pma_logo.png" border="0" width="88" height="31" alt="phpMyAdmin" /></a>
|
||||
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION . ' - ' . $GLOBALS['strLogin']); ?></h1>
|
||||
<br />
|
||||
|
||||
|
Reference in New Issue
Block a user