aboutsummaryrefslogtreecommitdiff
path: root/post.php
diff options
context:
space:
mode:
Diffstat (limited to 'post.php')
-rw-r--r--post.php19
1 files changed, 18 insertions, 1 deletions
diff --git a/post.php b/post.php
index 9bd9138..2ea452f 100644
--- a/post.php
+++ b/post.php
@@ -1,6 +1,23 @@
<?php
- require("top.php");
+ require("settings.php");
?>
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title><?php echo $blogTitle; ?></title>
+ <link rel="stylesheet" type="text/css" href="<?php echo $blogRoot; ?>styles.css" />
+</head>
+
+<body>
+
+<div id="title">
+<h1><?php echo $blogHead; ?></h1>
+<a class="toplink" href="<?php echo $blogRoot; ?>">Home</a>
+<a class="toplink" href="<?php echo $blogRoot; ?>archives.php">Archives</a>
+<a class="toplink" href="<?php echo $blogRoot; ?>post.php">Post</a>
+</div>
+
<div>
<form method="post" action="<?php echo $blogRoot; ?>dopost.php">
<input name="title" size="50">