mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
细节优化
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
<p class="powered">
|
||||
{{$home_theme_footer_bottom_powered|raw}} {{$Think.APPLICATION_VERSION}}
|
||||
</p>
|
||||
{{if !empty($home_site_icp)}}
|
||||
<b>|</b>
|
||||
<p class="footer-icp">
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 页脚信息 -->
|
||||
<!-- 页脚 -->
|
||||
<div class="am-footer-miscs">
|
||||
<div class="am-container">
|
||||
<!-- 友情链接 -->
|
||||
@ -84,20 +84,16 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<p class="powered">
|
||||
{{$home_theme_footer_bottom_powered|raw}} {{$Think.APPLICATION_VERSION}}
|
||||
</p>
|
||||
<!-- 页脚信息 -->
|
||||
{{include file="public/footer_filing" /}}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{{else /}}
|
||||
<!-- 页脚信息 -->
|
||||
<!-- 页脚 -->
|
||||
<footer class="am-footer am-footer am-footer-default footer-base-content">
|
||||
<div class="am-footer-miscs">
|
||||
<p class="powered">
|
||||
{{$home_theme_footer_bottom_powered|raw}} {{$Think.APPLICATION_VERSION}}
|
||||
</p>
|
||||
<!-- 页脚信息 -->
|
||||
{{include file="public/footer_filing" /}}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user