mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
feat:3.0.0版初次提交,新版将完全推倒重写
This commit is contained in:
parent
e556c4b6d9
commit
39735249ee
293 changed files with 26908 additions and 475 deletions
13
vendor/loco-translate/tpl/admin/bundle/inc-po-links.php
vendored
Normal file
13
vendor/loco-translate/tpl/admin/bundle/inc-po-links.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue