phpmyadmin/templates/secondary_tabs.phtml
Atul Pratap Singh b6ee54035a Remove newline eof from templates/*
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2016-01-22 23:27:24 +05:30

6 lines
188 B
PHTML

<ul id="topmenu2">
<?php foreach ($sub_tabs as $tab): ?>
<?= PMA\libraries\Util::getHtmlTab($tab, $url_params); ?>
<?php endforeach; ?>
</ul>
<div class="clearfloat"></div>