Stack/archive.php

9 lines
228 B
PHP
Raw Normal View History

2024-07-05 14:36:42 +08:00
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('head.php'); ?>
<body class="article-page">
<?php $this->need('header.php'); ?>
<?php $this->need('postlist.php'); ?>
<?php $this->need('footer.php'); ?>