refactor:去除Loco Translate全局的顶部选项条

This commit is contained in:
sunxiyuan 2020-07-14 12:04:45 +08:00
parent 57c0f72f6c
commit a09cfb90e0

View file

@ -31,14 +31,14 @@
if( $this->has('tabs') ):?>
<h2 class="nav-tab-wrapper"><?php
<!--<h2 class="nav-tab-wrapper"><?php
/* @var Loco_mvc_ViewParams[] $tabs */
foreach( $tabs as $item ):?>
<a href="<?php $item->e('href')?>" class="nav-tab<?php echo $item->active?' nav-tab-active':''?>">
<?php $item->e('name')?>
</a><?php
endforeach;?>
</h2><?php
</h2>--><?php
endif?>