15 lines
662 B
HTML
Executable File
15 lines
662 B
HTML
Executable File
<footer data-am-widget="footer" class="am-footer am-footer-default" data-am-footer="{}">
|
|
<div class="footer-nav-list">
|
|
{{foreach $nav_footer as $k=>$v}}
|
|
<a href="{{$v.url}}" {{if $v['is_new_window_open'] eq 1}}target="_blank"{{/if}}>{{$v.name}}</a>
|
|
{{if $k lt count($nav_footer)-1}}
|
|
<span class="am-footer-divider">| </span>
|
|
{{/if}}
|
|
{{/foreach}}
|
|
</div>
|
|
<div class="am-footer-miscs">
|
|
<p>由 <a href="http://shopxo.net/" title="ShopXO电商系统" target="_blank" class="">ShopXO</a> 提供技术支持</p>
|
|
<p>CopyRight©2016-{{:date('Y')}} ShopXO {{$Think.APPLICATION_VERSION}} Inc.</p>
|
|
<p>{{:MyC('home_site_icp')}}</p>
|
|
</div>
|
|
</footer> |