Use same icon as is used in links

This commit is contained in:
Michal Čihař
2011-02-08 15:28:29 +01:00
parent ae44d8b113
commit 72165d9c9d

View File

@@ -92,7 +92,7 @@ if (empty($_REQUEST['dontlimitchars'])) {
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '')
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_tbl.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '')
. ' ' . __('Binary log') . "\n"
. '</h2>' . "\n";