test
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
1.2 KiB

</div>
<div class="clearfix"></div>
<div class="container-fluid footer text-center" role="footer">
<div class="copyright">{if empty($_W['setting']['copyright']['footerleft'])}{else}{$_W['setting']['copyright']['footerleft']}{/if}</div>
{php $icps = iunserializer($_W['setting']['copyright']['icps']);}
{if !empty($icps)}
<div style="margin-top: 5px;">
{loop $icps $icp}
{if $icp['domain'] == $_SERVER['HTTP_HOST']}
备案号:<a href="http://beian.miit.gov.cn/" target="_blank">{$icp['icp']}</a>
{if !empty($icp['policeicp_location']) && !empty($icp['policeicp_code'])}
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode={php echo $icp['policeicp_code']}" >
&nbsp;&nbsp;<img src="./resource/images/icon-police.png" >
{php echo $icp['policeicp_location']}{php echo $icp['policeicp_code']}号
</a>
{/if}
{if !empty($icp['electronic_license'])}
<div>
<a href="<?php echo $icp['electronic_license']?>" target="_blank"><img src="https://zzlz.gsxt.gov.cn/images/lz4.png" height="15px"> 电子执照</a>
</div>
{/if}
{/if}
{/loop}
</div>
{/if}
</div>
</div>
</div>
</div>
{template 'common/footer-base'}
</body>
</html>