2024-07-05 14:36:42 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* stack theme for Typecho
|
|
|
|
*
|
|
|
|
* @package Typecho stack Theme
|
|
|
|
* @author Sun
|
2024-07-09 10:11:56 +08:00
|
|
|
* @version 1.0
|
2024-07-05 14:36:42 +08:00
|
|
|
* @link http://imsun.org
|
|
|
|
*/
|
|
|
|
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
|
|
|
?>
|
|
|
|
<?php $this->need('head.php'); ?>
|
|
|
|
<body class="">
|
|
|
|
<?php $this->need('header.php'); ?>
|
|
|
|
<?php $this->need('sidebar.php'); ?>
|
|
|
|
<?php $this->need('postlist.php'); ?>
|
|
|
|
|
|
|
|
<?php $this->need('footer.php'); ?>
|