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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-02-16 20:16:06 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-02-16 20:16:06 +0300
commit92f6de7631bd34ccdb63a77f45f45fefa4c7c0c4 (patch)
treeb2632f7c2ef7f15f52e549d6e0d4dc11a7f2893c /templates
parentcb86280ba4e3dacb4ec9d2b74edcd93c22fdacee (diff)
Fix header icon on server plugins page
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/server/sub_page_header.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/server/sub_page_header.twig b/templates/server/sub_page_header.twig
index 883de257aa..eb85c712fb 100644
--- a/templates/server/sub_page_header.twig
+++ b/templates/server/sub_page_header.twig
@@ -9,7 +9,7 @@
'text': 'Storage engines'|trans
},
'plugins': {
- 'image': 'b_engine',
+ 'image': 'b_plugin',
'text': 'Plugins'|trans
},
'binlog': {