diff --git a/templates/header_location.phtml b/templates/header_location.phtml index 4f41a06960..6e8246569d 100644 --- a/templates/header_location.phtml +++ b/templates/header_location.phtml @@ -1,3 +1,14 @@ + - - - diff --git a/templates/logo.phtml b/templates/logo.phtml index 60b60e88d7..f18db13b88 100644 --- a/templates/logo.phtml +++ b/templates/logo.phtml @@ -1,3 +1,32 @@ +'; + if (@file_exists($GLOBALS['pmaThemeImage'] . 'logo_left.png')) { + $logo = sprintf($imgTag, 'logo_left.png'); + } elseif (@file_exists($GLOBALS['pmaThemeImage'] . 'pma_logo2.png')) { + $logo = sprintf($imgTag, 'pma_logo2.png'); + } + } +} +?> @@ -5,7 +34,7 @@