has_value()) { http_response_code(404); include('includes/templates/404.php'); die(); } ?>
= $current->description; ?>
= $current->thread_count . ' threads, ' . $current->post_count . ' posts'; ?>Thread Name | Latest Post | |
---|---|---|
' . $thread->subject . ''; echo ' by ' . $thread->author->name . ' on ' . date('M d, Y', strtotime($thread->date_created)) . ' | '; if (!is_null($latest_post)) { echo 'by ' . $latest_post->author->name . ' on ' . $latest_post->date_created . ' | '; } else { echo 'No posts yet! | '; } echo '