From 784d39145f3c395c0cf6f742b8414f1c215736ec Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Sun, 13 Jan 2013 21:42:20 +0000 Subject: Removed inflexible top.php --- archives.php | 20 +++++++++++++++++++- index.php | 20 +++++++++++++++++++- post.php | 19 ++++++++++++++++++- top.php | 20 -------------------- viewpost.php | 20 +++++++++++++++++++- 5 files changed, 75 insertions(+), 24 deletions(-) delete mode 100644 top.php diff --git a/archives.php b/archives.php index 3f29067..4a41f18 100644 --- a/archives.php +++ b/archives.php @@ -1,6 +1,24 @@ + + + + + <?php echo $blogTitle; ?> + + + + +
+

+Home +Archives +Post +
+ + + + + + + <?php echo $blogTitle; ?> + + + + +
+

+Home +Archives +Post +
+ + + + + + + <?php echo $blogTitle; ?> + + + + + +
+

+Home +Archives +Post +
+
diff --git a/top.php b/top.php deleted file mode 100644 index 39a5f95..0000000 --- a/top.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - <?php echo $blogTitle; ?> - - - - - - - diff --git a/viewpost.php b/viewpost.php index 0804551..617923a 100644 --- a/viewpost.php +++ b/viewpost.php @@ -3,9 +3,27 @@ header("location: $blogRoot"); exit(0); } + require("settings.php"); +?> + + + + + + <?php echo $blogTitle; ?> + + - require("top.php"); + + + +\n"; echo "$file [Permalink] "; -- cgit v1.2.3