From 700449b8d903b9707b2751784dc54b4450a655df Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 15:24:15 -0600 Subject: Style and layout changes --- viewcategory.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'viewcategory.php') diff --git a/viewcategory.php b/viewcategory.php index ebdc03f..85dc7ea 100644 --- a/viewcategory.php +++ b/viewcategory.php @@ -23,12 +23,15 @@ if (!isset($_GET['id']) || !filter_var($_GET['id'], FILTER_VALIDATE_INT)) { <?php echo $current->name; ?> - cflip.net forum +

name; ?>

description; ?>

- thread_count . ' threads, ' . $current->post_count . ' posts'; ?> + + thread_count . ' threads, ' . $current->post_count . ' posts'; ?> +

Threads

@@ -53,10 +56,10 @@ if (!isset($_GET['id']) || !filter_var($_GET['id'], FILTER_VALIDATE_INT)) { echo ''; echo ''; + echo ' by ' . $thread->author->name . ' on ' . date('M d, Y', strtotime($thread->date_created)) . ''; if (!is_null($latest_post)) { - echo ''; + echo ''; } else { echo ''; } -- cgit v1.2.3
' . $thread->subject . ''; - echo ' by ' . $thread->author->name . ' on ' . date('M d, Y', strtotime($thread->date_created)) . 'by ' . $latest_post->author->name . ' on ' . $latest_post->date . 'by ' . $latest_post->author->name . ' on ' . $latest_post->date . 'No posts yet!