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:
authorTyron Madlener <tyronx@gmail.com>2011-07-15 10:42:16 +0400
committerTyron Madlener <tyronx@gmail.com>2011-07-15 10:42:16 +0400
commit3b3a9fc7624f857b3ff5f599eee9473a42d71feb (patch)
tree07dbc72a7f56f0ffef93afb46ad79a3048c768db /server_variables.php
parentbf2314342406ea56fc88d878be1072cb139e46d4 (diff)
pma spritify part 2
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_variables.php b/server_variables.php
index 29abc1df67..fbe70940f1 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -73,7 +73,7 @@ require './libraries/server_links.inc.php';
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
- . ($cfg['MainPageIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 's_vars.png" width="16" height="16" alt="" />' : '')
+ . ($cfg['MainPageIconic'] ? '<img class="icon ic_s_vars" src="themes/dot.gif" alt="" />' : '')
. '' . __('Server variables and settings') . "\n"
. PMA_showMySQLDocu('server_system_variables','server_system_variables')
. '</h2>' . "\n";