summaryrefslogtreecommitdiff
path: root/viewthread.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-06-06 09:02:19 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-06-06 09:02:19 -0600
commit08fc47935c3793a28359d185d13abba8aa075889 (patch)
tree2f52920473de1029f4ce2b6913ff177de48e67f8 /viewthread.php
parent2ae22c4a438dc3c1822b8d909a4b38a211427bee (diff)
Experimental style changes, add banner image
Diffstat (limited to 'viewthread.php')
-rw-r--r--viewthread.php1
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)); ?>