D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
phpMyAdmin
/
templates
/
console
/
Filename :
toolbar.twig
back
Copy
<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>