mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
CSS: Add logo
This commit is contained in:
@@ -590,7 +590,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row
|
||||
}
|
||||
|
||||
function navigation($missing) {
|
||||
echo "<h1>" . adminer()->name() . " <span class='version'>" . VERSION;
|
||||
echo "<h1><span id='logo'></span>" . adminer()->name() . " <span class='version'>" . VERSION;
|
||||
$new_version = $_COOKIE["adminer_version"];
|
||||
echo " <a href='https://www.adminer.org/editor/#download'" . target_blank() . " id='version'>" . (version_compare(VERSION, $new_version) < 0 ? h($new_version) : "") . "</a>";
|
||||
echo "</span></h1>\n";
|
||||
|
Reference in New Issue
Block a user