diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-06-06 09:02:19 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-06-06 09:02:19 -0600 |
commit | 08fc47935c3793a28359d185d13abba8aa075889 (patch) | |
tree | 2f52920473de1029f4ce2b6913ff177de48e67f8 /viewthread.php | |
parent | 2ae22c4a438dc3c1822b8d909a4b38a211427bee (diff) |
Experimental style changes, add banner image
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)); ?> |