1 Star 0 Fork 0

testnulldefined / typecho-blog-theme-two-siderbar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
page-links.php 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
testnulldefined 提交于 2018-07-15 18:16 . update
<?php
/**
* 友情链接模板
*
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="col-md-12 text-center">
<div class="page-header">
<h2 class="page-title"><?php $this->title() ?></h2>
<hr>
</div>
</div>
<div class="col-md-12">
<div class="">
<div class="page-content markdown-body" itemprop="articleBody" style="">
<?php $this->content(); ?>
</div>
</div><!-- end #main-->
</div>
<div class="col-md-12">
<?php $this->need('comments.php'); ?>
</div>
<?php $this->need('footer.php'); ?>
PHP
1
https://gitee.com/postbird/typecho-blog-theme-two-siderbar.git
git@gitee.com:postbird/typecho-blog-theme-two-siderbar.git
postbird
typecho-blog-theme-two-siderbar
typecho-blog-theme-two-siderbar
master

搜索帮助