footer1.html
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<br>
<!-- Footer ================================================== -->
<hr>
<div id="footer">
<hook name="footer_start"/>
<div class="links">
<links>
<a href="{$vo.url|default=''}" target="{$vo.target|default=''}">{$vo.name|default=''}</a>
</links>
</div>
<p>
Made by <a href="http://www.thinkcmf.com" target="_blank">ThinkCMF</a>
Code licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0" rel="nofollow" target="_blank">Apache License v2.0</a>.
<br/>
Based on
<a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>.
Icons from
<a href="http://fortawesome.github.com/Font-Awesome/" target="_blank">Font Awesome</a>
<br>
<notempty name="site_info.site_icp">
<a href="http://www.miitbeian.gov.cn/" target="_blank">{$site_info.site_icp}</a>
<else/>
请在后台设置"网站信息"设置"ICP备"
</notempty>
<notempty name="site_info.site_gwa">
<img src="__TMPL__/public/assets/images/ghs.png">
<a href="http://beian.gov.cn/" target="_blank">{$site_info.site_gwa}</a>
<else/>
请在后台设置"网站信息"设置"公网安备"
</notempty>
</p>
</div>
<div id="backtotop">
<i class="fa fa-arrow-circle-up"></i>
</div>