From 0eb8b3ce47958435853a9b72fc71b4f06b47a9df Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sat, 23 Jan 2021 00:12:23 -0700 Subject: Add placeholder for latest post in thread --- category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/category.php b/category.php index 4e10444..b2f6dbd 100644 --- a/category.php +++ b/category.php @@ -41,7 +41,7 @@ echo ''; + echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['topic_date'])) . ''; } echo '
TopicLatest Post'; echo '

' . $row['topic_subject'] . '

'; - echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['topic_date'])) . '
24 replies
by cflip
01-22-2021 9:34
'; -- cgit v1.2.3