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