From bed6fb4ebdc5f83ed30fe3e83e380baf24ed2fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Nov 2017 14:24:42 +0100 Subject: Avois passing extension to Util::getImage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We do not use it anyway for quite some time and this way it's less processing to generate the img tag. Signed-off-by: Michal Čihař --- index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index d66365ce9b..f85e000758 100644 --- a/index.php +++ b/index.php @@ -184,7 +184,7 @@ if ($server > 0 || count($cfg['Servers']) > 1 || ($server == 0 && count($cfg['Servers']) == 1))) ) { echo '
  • '; - echo Util::getImage('s_host.png') , " " + echo Util::getImage('s_host') , " " , Select::render(true, true); echo '
  • '; } @@ -200,7 +200,7 @@ if ($server > 0 || count($cfg['Servers']) > 1 if ($cfg['ShowChgPassword']) { $conditional_class = 'ajax'; Core::printListItem( - Util::getImage('s_passwd.png') . " " . __( + Util::getImage('s_passwd') . " " . __( 'Change password' ), 'li_change_password', @@ -217,7 +217,7 @@ if ($server > 0 || count($cfg['Servers']) > 1 echo '
    ' , "\n" . Url::getHiddenInputs(null, null, 4, 'collation_connection') . '