1 Star 3 Fork 0

yeszao / D9

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
footer.php 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
yeszao_e17d 提交于 2018-12-21 09:23 . 更新 footer.php
</section>
<footer class="footer">
<div class="footer-inner">
<div class="copyright pull-left">
&copy; <?php echo date('Y'); ?><!--
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>-->
<?php if( dopt('d_footcode_b') ) echo dopt('d_footcode'); ?>
</div>
<div class="trackcode pull-right">
<a href="http://www.miitbeian.gov.cn/" rel="external nofollow" target="_blank"><?php echo get_option( 'zh_cn_l10n_icp_num' );?></a>
<?php if( dopt('d_track_b') ) echo dopt('d_track'); ?>
</div>
</div>
</footer>
<?php wp_footer(); ?>
<script type="text/javascript">$(document).ready(function(){$('pre,code').each(function(i,block){hljs.highlightBlock(block);});});</script>
</body>
</html>
PHP
1
https://gitee.com/yeszao/d9.git
git@gitee.com:yeszao/d9.git
yeszao
d9
D9
master

搜索帮助