vr-shopxo-source/app/admin/view/default/public/admin_nav.html

9 lines
416 B
HTML
Raw Normal View History

2024-01-19 06:49:32 +00:00
{{if !empty($module_data['title']) and !empty($module_data['back_url'])}}
<legend>
2024-10-21 02:51:14 +00:00
<a href="{{$module_data.back_url}}" class="am-text-lg">
2024-01-19 06:49:32 +00:00
<i class="iconfont icon-back"></i>
</a>
2024-10-21 02:51:14 +00:00
<em class="form-nav-top-retreat-ds am-color-grey-light am-text-xs am-margin-horizontal-sm">|</em>
<span class="am-text-sm am-font-weight">{{$module_data.title}}</span>
2024-01-19 06:49:32 +00:00
</legend>
{{/if}}