当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 5 Fork 2

sking / hiaiBlog
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
footer.php 3.44 KB
一键复制 编辑 原始数据 按行查看 历史
sking 提交于 2020-02-09 16:54 . 优化评论
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
?>
<!--footer-->
<?php if($this->options->footad && !empty($this->options->footad) ): ?><div class="branding branding-black">
<div class="container">
<?php $this->options->footad(); ?>
</div>
</div><?php endif; ?>
<footer id="footer" class="footer">
<div class="container">
<?php if($this->options->flinks && !empty($this->options->flinks) ): ?>
<div class="flinks"><?php /* 底部导航条 一般li格式 友情链接使用*/ ?>
<strong>友情链接</strong>
<ul class='xoxo blogroll'>
<?php $this->options->flinks(); ?>
</ul>
</div><?php endif; ?>
<?php if($this->options->fcode && !empty($this->options->fcode) ): ?><div class="fcode"><?php $this->options->fcode(); ?></div><?php endif; ?>
<p>Copyright &copy; <?php echo date("Y"); ?>
<a href="<?php $this->options ->siteUrl(); ?>">拾光分享网</a> |
<a href="https://www.hiai.top/archives/shenming.html" target="_blank">免责申明</a> |
<a href="https://www.hiai.top/sitemap.xml" target="_blank">网站地图</a> | Powered by
<a href="http://typecho.org/" target="_blank">Typecho</a> |
<a href="http://www.miitbeian.gov.cn" target="_blank">鄂ICP备19007924号-1</a></p>
<div style="width:300px;margin:0 auto;padding-bottom: 7px;">
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=42011102003142" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;"><img src="<?php $this->options->themeUrl('img/beian.png'); ?>">鄂公网安备 42011102003142号</p></a>
</div>
<p><img src="<?php $this->options->themeUrl('img/yongxin.jpg'); ?>"></p>
<div class="hide"></div>
</div>
</footer>
<?php if ($this->options->useHighline == 'able'): ?>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/libs/hammer.min.js'); ?>"></script>
<?php endif; ?>
<script>
window.jsui={
www: '<?php $this->options ->siteUrl(); ?>',
uri: '<?php echo rtrim($this->options ->themeUrl,"/");?>',
ver: '0.1',
roll: [<?php if (!empty($this->options->sitebar_fu)) {$text = $this->options->sitebar_fu;}
else{$text='1,2';} $sf_arr = explode(",", $text);foreach($sf_arr as $val){echo '"'.$val.'",';} //侧边栏第几个模块浮动?>],
ajaxpager: '0',
url_rp: '<?php $this->options->adminUrl('login.php'); ?>'
};
</script>
<?php if($this->options->GoogleAnalytics): ?>
<?php $this->options->GoogleAnalytics(); ?>
<?php endif; ?>
<script type="text/javascript" src="<?php $this->options->themeUrl('jquery-1.9.1/jquery.min.js?ver=0.1'); ?>"></script>
<script> paceOptions = { elements: {selectors: ['#footer']}};</script>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/loader.js?ver=0.1'); ?>"></script>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/libs/pace.min.js'); ?>"></script>
<script type="text/javascript" src="<?php $this->options->themeUrl('bootstrap/bootstrap.min.js'); ?>"></script>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/effect.js'); ?>"></script>
</script>
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ce0a6af43c652c3267509e86227948e0";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
PHP
1
https://gitee.com/hkq15/hiaiBlog.git
git@gitee.com:hkq15/hiaiBlog.git
hkq15
hiaiBlog
hiaiBlog
master

搜索帮助