«

php echo $footer_info;sl();doAction('index_footer');?

网络维护公司 发布于 阅读:14106 网络维护


<?php if(!defined('EMLOG_ROOT')) {exit('error!');} ?>
</div><?php //---- #main end ---- ?>
<div id="footer">
<div id="foot">
<p>Copyright © 2014 <?php echo $blogname; ?> 版权所有 &nbsp; <?php echo $icp; ?><br />
<?php echo $footer_info;sl();doAction('index_footer');?>
</div><?php //---- #foot end ---- ?>

002.jpg
</div><?php //---- #footer end ---- ?>
</body>
</html>

一般文件都是php echo $footer_info与doAction('index_footer')分开的!这样全在一起是什么用意?

请先 登录 再评论