15 lines
346 B
PHP
15 lines
346 B
PHP
<?php
|
|
/**
|
|
* 移植自Hexo主题 Chic
|
|
* @package Chic
|
|
* @author 老孙
|
|
* @version 0.1
|
|
* @link https://imsun.org
|
|
*/
|
|
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
|
$this->need('part/head.php');
|
|
?>
|
|
<div class="wrapper">
|
|
<?php $this->need('part/header.php'); ?>
|
|
<?php $this->need('part/profile.php'); ?>
|
|
<?php $this->need('part/footer.php'); ?>
|