-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
31 lines (31 loc) · 1023 Bytes
/
footer.php
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
<?php
/**
* 页面底部信息
*/
if(!defined('EMLOG_ROOT')) {exit('error!');}
?>
<div id="footer" class="footer container-fulid">
<div class="copyright">
<div class="hmztop"></div>
<div class="container">
<p>© 2016 <a href="<?php echo BLOG_URL; ?>">Beace主题演示</a> · 本站主题由 <a href="http://emthemanet.com" target="_blank">EmThemanet</a> 提供 · 由 <a href="http://www.emlog.net" target="_blank">Emlog</a> 驱动 · <a href="<?php echo BLOG_URL; ?>sitemap.xml">网站地图</a><a href="http://www.miibeian.gov.cn" target="_blank"><?php echo $icp; ?></a></p>
</div>
</div>
</div>
</div>
</div>
<script>window.jsui={www: '<?php echo BLOG_URL; ?>',uri: '<?php echo TEMPLATE_URL; ?>'};</script>
<?php
load_script();
echo $footer_info;
doAction('index_footer');
?>
</body>
</html>
<?php
if(_g('compress_html')=='open'){
$html=ob_get_contents();
ob_get_clean();
echo em_compress_html_main($html);
}
?>