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_engines.php
parentbf2314342406ea56fc88d878be1072cb139e46d4 (diff)
pma spritify part 2
Diffstat (limited to 'server_engines.php')
-rw-r--r--server_engines.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/server_engines.php b/server_engines.php
index 4eb5312286..c66877765f 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -42,8 +42,7 @@ if (empty($_REQUEST['engine'])
*/
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic']
- ? '<img class="icon" src="' . $pmaThemeImage . 'b_engine.png"'
- .' width="16" height="16" alt="" />' : '')
+ ? '<img class="icon ic_b_engine" src="themes/dot.gif" alt="" />' : '')
. "\n" . __('Storage Engines') . "\n"
. '</h2>' . "\n";
@@ -107,8 +106,7 @@ if (empty($_REQUEST['engine'])
$engine_plugin = PMA_StorageEngine::getEngine($_REQUEST['engine']);
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic']
- ? '<img class="icon" src="' . $pmaThemeImage . 'b_engine.png"'
- .' width="16" height="16" alt="" />' : '')
+ ? '<img class="icon ic_b_engine" src="themes/dot.gif" alt="" />' : '')
. ' ' . htmlspecialchars($engine_plugin->getTitle()) . "\n"
. ' ' . PMA_showMySQLDocu('', $engine_plugin->getMysqlHelpPage()) . "\n"
. '</h2>' . "\n\n";