9 Star 21 Fork 6

shrekuu / typecho-bootstrap-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
footer.php 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
shrekuu 提交于 2015-09-07 00:23 . rm some irrelevant link
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
</div><!-- end .row -->
</div>
</div><!-- end #body -->
<footer id="footer" role="contentinfo">
<div class="container">
<div class="col-xs-12">
&copy; <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>.
<?php _e('由 <a href="http://www.typecho.org" target="_blank">Typecho</a> 强力驱动'); ?>.
Themed by <a href="https://github.com/shrekuu/typecho-bootstrap-theme" target="_blank">shrekuu</a>
</div>
</div>
</footer><!-- end #footer -->
<?php $this->footer(); ?>
</body>
</html>
1
https://gitee.com/shrekuu/typecho-bootstrap-theme.git
git@gitee.com:shrekuu/typecho-bootstrap-theme.git
shrekuu
typecho-bootstrap-theme
typecho-bootstrap-theme
master

搜索帮助