secondary_tabs.phtml 186 Bytes
<ul id="topmenu2">
    <?php foreach ($sub_tabs as $tab): ?>
        <?php echo PMA_Util::getHtmlTab($tab, $url_params); ?>
    <?php endforeach; ?>
</ul>
<div class="clearfloat"></div>