HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/PMA_f8wY1nNe3Tcx/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>