Files
brpp.pl/wp-content/plugins/loco-translate/tpl/admin/bundle/inc-po-links.php
Roman Pyrih 97352dcdc9 first commit
2025-08-26 10:50:15 +02:00

13 lines
362 B
PHP

<?php
/**
* Links above PO files table
*/
?>
<nav class="above-list-table"><?php
/* @var $link Loco_mvc_ViewParams */
foreach( $nav as $link ):?>
<a class="has-icon icon-<?php $link->e('icon')?>" href="<?php $link->e('href')?>"><?php $link->e('name')?></a><?php
endforeach;
echo $this->render('../common/inc-table-filter');
?>
</nav>