15 lines
689 B
HTML
Executable File
15 lines
689 B
HTML
Executable File
<footer data-am-widget="footer" class="am-footer am-footer-default" data-am-footer="{}">
|
|
<div class="footer-nav-list">
|
|
<foreach name="nav_footer" key="k" item="v">
|
|
<a href="{{$v.url}}" <if condition="$v['is_new_window_open'] eq 1">target="_blank"</if>>{{$v.name}}</a>
|
|
<if condition="$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 {{:L('common_application_ver')}} Inc.</p>
|
|
<p>{{:MyC('home_site_icp')}}</p>
|
|
</div>
|
|
</footer> |