From f5e972c030675f46cda543e13da1b787457e070b Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:21:12 -0600 Subject: Add the rest of the changes --- viewcategory.php | 113 +++++++++++++++++++++++++++---------------------------- 1 file changed, 56 insertions(+), 57 deletions(-) mode change 100644 => 100755 viewcategory.php (limited to 'viewcategory.php') diff --git a/viewcategory.php b/viewcategory.php old mode 100644 new mode 100755 index 832d953..acca740 --- a/viewcategory.php +++ b/viewcategory.php @@ -1,57 +1,56 @@ -has_value()) { - http_response_code(404); - include('includes/templates/404.php'); - die(); -} -?> - - - - <?= $current->name; ?> - cflip.net forum - - - - - - -

name; ?>

-

description; ?>

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

Threads

- - - - - - - -get_threads() as $thread): ?> - - - - -get_latest_post(); if ($latest_post->has_value()): ?> - - - - - - -
ThreadAuthorDateLatest Post
- subject ?> - author->name ?>date_created ?>by author->name ?> on date_created ?>No posts yet!
- - +has_value()) { + http_response_code(404); + include('includes/templates/404.php'); + die(); +} +?> + + + + <?= $current->name; ?> - cflip.net forum + + + + +

name; ?>

+

description; ?>

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

Threads

+ + + + + + +get_threads() as $thread): ?> + + + +get_latest_post(); if ($latest_post->has_value()): ?> + + + + + + +
ThreadAuthorLatest Post
+ subject ?> + on date_created)); ?> + author->name ?> + by author->name ?> + on date_created ?> + No posts yet!
+ + -- cgit v1.2.3