mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 13:02:53 +08:00
5 lines
266 B
HTML
5 lines
266 B
HTML
<ul class="am-nav am-nav-pills table-nav am-margin-bottom-sm">
|
|
<li {{if $nav_type eq 'register'}}class="am-active"{{/if}} data-type="register">
|
|
<a href="{{:MyUrl('admin/agreement/index', ['nav_type'=>'register'])}}">用户注册协议</a>
|
|
</li>
|
|
</ul> |