Your IP : 18.188.93.255


Current Path : /usr/share/phpMyAdmin/templates/console/
Upload File :
Current File : //usr/share/phpMyAdmin/templates/console/toolbar.twig

<div class="toolbar {{ parent_div_classes }}">
    {% for content in content_array %}
        {% if content is defined and content is not null %}
        <div class="{{ content[0] }}">
            {{ content['image'] is defined ? content['image']|raw }}
            <span>{{ content[1] }}</span>
        </div>
        {% endif %}
    {% endfor %}
</div>