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'); ?>