📄 Viewing: sub_page_header.twig
{# array contains Sub page icon and text #}
{% set header = {
'privileges': {
'image': 'b_usrlist',
'text': 'Privileges'|trans
}
} %}
<h2>
{% if is_image|default(true) %}
{{ get_image(header[type]['image']) }}
{% else %}
{{ get_icon(header[type]['image']) }}
{% endif %}
{{ header[type]['text'] }}
{{ link is defined ? show_mysql_docu(link) }}
</h2>
🌑 DarkStealth — WP Plugin Edition
Directory: /home/httpd/html/matrixmodels.com/public_html_hacked/phpMyAdmin/templates/server