File "toolbar.twig"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/console/toolbar.twig
File size: 355 bytes
MIME-type: text/plain
Charset: utf-8

<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>