Welcome to mirror list, hosted at ThFree Co, Russian Federation.

secondary_tabs.twig « templates - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20c9c11a108a670698b4a916869bb4b1c8faefef (plain)
1
2
3
4
5
6
<ul id="topmenu2">
    {% for tab in sub_tabs %}
        {{ Util_getHtmlTab(tab, url_params) }}
    {% endfor %}
</ul>
<div class="clearfloat"></div>