aboutsummaryrefslogtreecommitdiff
path: root/top.php
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2012-10-10 20:03:21 +0100
committerNathan Lasseter <nathan@4574.co.uk>2012-10-10 20:03:21 +0100
commit94c589ed55b20a581810e126b20fdc2d67c68221 (patch)
tree7d3d84aa3cc291417f667ee48a3fc120b95b2e43 /top.php
Initial commit
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>
+