Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/www/wp-content/plugins/loco-translate/tpl/admin/bundle/ |
Upload File : |
<?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>