Translated using Weblate (Korean)
[phpmyadmin.git] / templates / secondary_tabs.twig
blob20c9c11a108a670698b4a916869bb4b1c8faefef
1 <ul id="topmenu2">
2     {% for tab in sub_tabs %}
3         {{ Util_getHtmlTab(tab, url_params) }}
4     {% endfor %}
5 </ul>
6 <div class="clearfloat"></div>