mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
优化
This commit is contained in:
@ -54,6 +54,9 @@
|
||||
<script type='text/javascript' src="{{$Think.__MY_ROOT_PUBLIC__}}static/{{$module_js}}?v={{:MyC('home_static_cache_version')}}"></script>
|
||||
{{/if}}
|
||||
|
||||
<!-- 底部信息 -->
|
||||
{{:MyC('home_footer_info')}}
|
||||
|
||||
<!-- js钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
<div class="plugins-tag">
|
||||
@ -68,9 +71,6 @@
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<!-- 顶部信息 -->
|
||||
{{:MyC('home_footer_info')}}
|
||||
|
||||
<!-- 公共页面底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
<div class="plugins-tag">
|
||||
|
||||
Reference in New Issue
Block a user