need('components/header.php'); ?>
<?php $this->title() ?>
title() ?> fields->abstract ?>
文章 publishedPostsNum() ?>篇
分类 categoriesNum() ?>个
页面 publishedPagesNum() ?>个
评论 publishedCommentsNum() ?>条
标签 TagsNum() ?>个
建站 options->sitedate); ?>天
publishedPostsNum)->to($archives); $year = 0; $output = '
'; while ($archives->next()) { $year_tmp = date('Y', $archives->created); if ($year != $year_tmp) { if ($year != 0) { $output .= '
'; } $year = $year_tmp; $output .= '
' . $year . '
'; echo $output; ?>
need('components/footer.php'); ?>