-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
35 lines (35 loc) · 1.05 KB
/
footer.php
File metadata and controls
35 lines (35 loc) · 1.05 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
<?php
/**
* 页面底部信息
*/
if(!defined('EMLOG_ROOT')) {exit('error!');}
?>
</div>
</div><!--pjax-->
<div class="footer">
<!--?php widget_link($title); ?-->
<div class="right_web">
<p>Copyright © 2017 <a href="<?php echo BLOG_URL; ?>" target="_blank"><?php echo $blogname; ?> </a>Theme <a target="_blank" rel="nofollow" href="http://www.drlog.pw/">iSingle</a></p>
<p><?php echo $footer_info; ?></p>
</div>
</div><!--footer-->
</div><!--content-->
<div class="back2top"></div>
<script src="<?php echo TEMPLATE_URL; ?>js/parts.js"></script>
<!--script src="<?php echo TEMPLATE_URL; ?>js/instantclick.min.js" data-no-instant></script>
<script data-no-instant>InstantClick.init();</script>
<style>#instantclick-bar {
background: #f55;
}</style-->
<?php if(isMobile()!=true): ?>
<!--?php include View::getView('jinie_mp3');?-->
<?php endif; ?>
<?php doAction('index_bodys'); ?>
<?php doAction('index_footer'); ?>
</body>
</html>
<?php
$html=ob_get_contents();
ob_get_clean();
echo sl_ys($html);
?>