diff options
Diffstat (limited to 'top.php')
-rw-r--r-- | top.php | 20 |
1 files changed, 0 insertions, 20 deletions
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 - 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> - |