-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharc.php
More file actions
22 lines (22 loc) · 1.13 KB
/
Copy patharc.php
File metadata and controls
22 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
* archive
*
* @package custom
*/
$this->need('header.php'); ?>
<div class="col-mb-12" id="main" role="main">
<article class="post">
<h1 class="post-titlepage"><a href="<?php $this->permalink() ?>"><?php $this->title() ?></a></h1>
<div id="archives">
<div class="fenlei"><p style="text-align: center;">
<a href="/category/work/" target="_self">工作</a> <a href="/category/trip/" target="_self">旅游</a> <a href="/category/livestory/" target="_self">生活</a> <a href="/category/tech/" target="_self">技术</a> <a href="/category/design/" target="_self">设计</a> <a href="/category/photos/" target="_self">摄影</a>
</p>
</div>
<div id="archives-content">
<div class="entry">
<?php $this->widget('Widget_Contents_Post_Recent', 'pageSize=10000')->parse('<div class="actime">{year}-{month}-{day} <a href="{permalink}">{title}</a>{keywords}</div></br>'); ?>
<div class="clear"></div><!-- #archives -->
</article>
</div> <!-- #main -->
<?php $this->need('footer.php'); ?>