aboutsummaryrefslogtreecommitdiff
path: root/top.php
diff options
context:
space:
mode:
Diffstat (limited to 'top.php')
-rw-r--r--top.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/top.php b/top.php
new file mode 100644
index 0000000..39a5f95
--- /dev/null
+++ b/top.php
@@ -0,0 +1,20 @@
+<?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>
+