File "toolbar.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/console/toolbar.twig
File size: 355 B
MIME-type:
Charset: utf-8

Download   Open   Back

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

PHP File Manager