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_collations.php
parentcfee08c7810950d89bc2f8e2a5558d7ac7b4cce9 (diff)
Drop $cfg['MainPageIconic'].
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/server_collations.php b/server_collations.php
index 2d2a67b78b..5ce7643d74 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -26,9 +26,7 @@ require 'libraries/server_links.inc.php';
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
- . ' ' . ($GLOBALS['cfg']['MainPageIconic']
- ? PMA_getImage('s_asci.png')
- : '')
+ . ' ' . PMA_getImage('s_asci.png')
. '' . __('Character Sets and Collations') . "\n"
. '</h2>' . "\n";