aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/secondary_tabs.twig
blob: 76b572510c69f5203700229edae25e61907882cd (plain)
1
2
3
4
5
6
<ul id="topmenu2">
    {% for tab in sub_tabs %}
        {{ get_html_tab(tab, url_params) }}
    {% endfor %}
</ul>
<div class="clearfloat"></div>