Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-04-11 17:34:27 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-11 17:34:27 +0400
commit5d54482c66f3471bd9950fecaa43de911208edca (patch)
treee19a16a247e7672c4c99df7472878a865ecf367b /server_variables.php
parentcfee08c7810950d89bc2f8e2a5558d7ac7b4cce9 (diff)
Drop $cfg['MainPageIconic'].
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/server_variables.php b/server_variables.php
index d21e3acc82..c5abf25de5 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -87,8 +87,7 @@ require 'libraries/server_links.inc.php';
/**
* Displays the sub-page heading
*/
-echo '<h2>' . "\n"
- . ($cfg['MainPageIconic'] ? PMA_getImage('s_vars.png') : '')
+echo '<h2>' . PMA_getImage('s_vars.png')
. '' . __('Server variables and settings') . "\n"
. PMA_showMySQLDocu('server_system_variables', 'server_system_variables')
. '</h2>' . "\n";