diff --git a/archive.php b/archive.php index 22e97bf..368b688 100644 --- a/archive.php +++ b/archive.php @@ -3,6 +3,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> need('part/head.php'); ?>
need('part/header.php'); ?> +

archiveTitle(array( 'category' => _t(' %s '), diff --git a/page-links.php b/page-links.php index debdf79..c633cc3 100644 --- a/page-links.php +++ b/page-links.php @@ -6,7 +6,9 @@ */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> need('part/head.php');?> +
need('part/header.php'); ?> +
@@ -38,7 +40,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
-
+

need('part/footer.php'); ?>