diff options
Diffstat (limited to 'viewthread.php')
-rw-r--r-- | viewthread.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewthread.php b/viewthread.php index eb1698d..365e014 100644 --- a/viewthread.php +++ b/viewthread.php @@ -28,6 +28,7 @@ if (!$current->has_value()) { </head> <body> <?php include_once 'includes/templates/header.php'; ?> + <div id="banner"></div> <h1><?= $current->subject; ?></h1> created by <b><?= $current->author->name; ?></b> in <b><?= $current->category->name; ?></b>, <?= date('M d, Y g:ia', strtotime($current->date_created)); ?> |