HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/phpMyAdmin/templates/server/sub_page_header.twig
{# array contains Sub page icon and text #}
{% set header = {
    'variables': {
        'image': 's_vars',
        'text': 'Server variables and settings'|trans
    },
    'engines': {
        'image': 'b_engine',
        'text': 'Storage engines'|trans
    },
    'plugins': {
        'image': 'b_plugin',
        'text': 'Plugins'|trans
    },
    'binlog': {
        'image': 's_tbl',
        'text': 'Binary log'|trans
    },
    'collations': {
        'image': 's_asci',
        'text': 'Character sets and collations'|trans
    },
    'replication': {
        'image': 's_replication',
        'text': 'Replication'|trans
    },
    'database_statistics': {
        'image': 's_db',
        'text': 'Databases statistics'|trans
    },
    'databases': {
        'image': 's_db',
        'text': 'Databases'|trans
    },
    'privileges': {
        'image': 'b_usrlist',
        'text': 'Privileges'|trans
    }
} %}
<h2>
    {% if is_image|default(true) %}
        {{ Util_getImage(header[type]['image']) }}
    {% else %}
        {{ Util_getIcon(header[type]['image']) }}
    {% endif %}
    {{ header[type]['text'] }}
    {{ link is defined ? Util_showMySQLDocu(link) }}
</h2>