W
This commit is contained in:
@@ -3,6 +3,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
|||||||
<?php $this->need('part/head.php'); ?>
|
<?php $this->need('part/head.php'); ?>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<?php $this->need('part/header.php'); ?>
|
<?php $this->need('part/header.php'); ?>
|
||||||
|
<div class="main">
|
||||||
<div class="post-wrap archive">
|
<div class="post-wrap archive">
|
||||||
<h2 class="post-title">- <?php $this->archiveTitle(array(
|
<h2 class="post-title">- <?php $this->archiveTitle(array(
|
||||||
'category' => _t(' %s '),
|
'category' => _t(' %s '),
|
||||||
|
|||||||
+3
-1
@@ -6,7 +6,9 @@
|
|||||||
*/
|
*/
|
||||||
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||||
<?php $this->need('part/head.php');?>
|
<?php $this->need('part/head.php');?>
|
||||||
|
<div class="wrapper">
|
||||||
<?php $this->need('part/header.php'); ?>
|
<?php $this->need('part/header.php'); ?>
|
||||||
|
<div class="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<article class="post-wrap page">
|
<article class="post-wrap page">
|
||||||
<div class="post-wrap">
|
<div class="post-wrap">
|
||||||
@@ -38,7 +40,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div></div></div>
|
||||||
<?php $this->need('part/footer.php'); ?>
|
<?php $this->need('part/footer.php'); ?>
|
||||||
<style>
|
<style>
|
||||||
#links {
|
#links {
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||||
<?php $this->need('part/head.php');?>
|
<?php $this->need('part/head.php');?>
|
||||||
|
<div class="wrapper">
|
||||||
<?php $this->need('part/header.php'); ?>
|
<?php $this->need('part/header.php'); ?>
|
||||||
|
<div class="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<article class="post-wrap page">
|
<article class="post-wrap page">
|
||||||
<div class="post-wrap">
|
<div class="post-wrap">
|
||||||
@@ -20,6 +22,6 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div></div>
|
||||||
<?php $this->need('part/footer.php'); ?>
|
<?php $this->need('part/footer.php'); ?>
|
||||||
|
|
||||||
Reference in New Issue
Block a user