From 8319c804ad1ab715834a9b135f87562e1882a906 Mon Sep 17 00:00:00 2001 From: rainerosion Date: Sat, 5 Feb 2022 18:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ post.php | 1 + 2 files changed, 84 insertions(+) diff --git a/index.php b/index.php index 4765a62..30a759f 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,89 @@ $this->need('base/header.php'); ?> + +
diff --git a/post.php b/post.php index 60d21d6..54b923f 100644 --- a/post.php +++ b/post.php @@ -1,5 +1,6 @@ need('base/header.php'); +$this->need('base/style.php'); $this->need('base/article.style.php'); ?>