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

sking / hiaiBlog
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page_links.php 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
sking 提交于 2020-02-05 17:35 . HIAIV1.5
<?php
/**
* 友情链接
*
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div class="container container-page">
<div class="pageside">
<div class="pagemenus">
<ul class="pagemenu">
<?php $this->widget('Widget_Contents_Page_List')->to($cpages);?>
<?php while ($cpages->next()): ?>
<li<?php if($cpages->title==$this->title){print ' class="active"';} ?>><a href="<?php $cpages->permalink();?>"><?php $cpages->title();?></a></li>
<?php endwhile; ?>
</ul>
</div>
</div>
<div class="content">
<header class="article-header">
<h1 class="article-title"><a href="<?php $this->permalink(); ?>"><?php $this->title() ?></a></h1>
</header>
<h3>友情链接</h3>
<ul class="plinks">
<li id="linkcat-42" class="linkcat">
<ul class="xoxo blogroll">
<li><?php Links_Plugin::output("SHOW_MIX"); ?></li>
</ul>
</li>
</ul>
<article class="article-content">
<?php parseContent($this); ?>
</article>
<?php $this->need('comments.php'); ?>
</div>
</div>
<?php $this->need('footer.php'); ?>
PHP
1
https://gitee.com/hkq15/hiaiBlog.git
git@gitee.com:hkq15/hiaiBlog.git
hkq15
hiaiBlog
hiaiBlog
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891