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 /viewcategory.php | |
parent | 2ae22c4a438dc3c1822b8d909a4b38a211427bee (diff) |
Experimental style changes, add banner image
Diffstat (limited to 'viewcategory.php')
-rw-r--r-- | viewcategory.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewcategory.php b/viewcategory.php index e9927f9..832d953 100644 --- a/viewcategory.php +++ b/viewcategory.php @@ -29,6 +29,7 @@ if (!$current->has_value()) { <h1><?= $current->name; ?></h1> <p><?= $current->description; ?></p> <span class="info"><?= $current->thread_count . ' threads, ' . $current->post_count . ' posts'; ?></span> + <div id="banner"></div> <h2>Threads</h2> <table> <tr> |