1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 10:04:07 +02:00

Do not include compiled logo twice

This commit is contained in:
Jakub Vrana
2025-04-04 17:44:49 +02:00
parent 510cd2e068
commit 01d8fe112c
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ class Adminer {
private $values = array();
function name() {
return "<a href='https://www.adminer.org/editor/'" . target_blank() . " id='h1'><span id='logo'></span>" . lang('Editor') . "</a>";
return "<a href='https://www.adminer.org/editor/'" . target_blank() . " id='h1'><img src='../adminer/static/logo.png' width='24' height='24' alt='' id='logo'>" . lang('Editor') . "</a>";
}
//! driver, ns