mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
refactor:去除Loco Translate全局的顶部选项条
This commit is contained in:
parent
57c0f72f6c
commit
a09cfb90e0
1 changed files with 2 additions and 2 deletions
4
vendor/loco-translate/tpl/admin/layout.php
vendored
4
vendor/loco-translate/tpl/admin/layout.php
vendored
|
@ -31,14 +31,14 @@
|
||||||
|
|
||||||
|
|
||||||
if( $this->has('tabs') ):?>
|
if( $this->has('tabs') ):?>
|
||||||
<h2 class="nav-tab-wrapper"><?php
|
<!--<h2 class="nav-tab-wrapper"><?php
|
||||||
/* @var Loco_mvc_ViewParams[] $tabs */
|
/* @var Loco_mvc_ViewParams[] $tabs */
|
||||||
foreach( $tabs as $item ):?>
|
foreach( $tabs as $item ):?>
|
||||||
<a href="<?php $item->e('href')?>" class="nav-tab<?php echo $item->active?' nav-tab-active':''?>">
|
<a href="<?php $item->e('href')?>" class="nav-tab<?php echo $item->active?' nav-tab-active':''?>">
|
||||||
<?php $item->e('name')?>
|
<?php $item->e('name')?>
|
||||||
</a><?php
|
</a><?php
|
||||||
endforeach;?>
|
endforeach;?>
|
||||||
</h2><?php
|
</h2>--><?php
|
||||||
endif?>
|
endif?>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue