From 3b0349188c83b24cb8ff7dfe76796dabc3916e83 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:24:54 -0600 Subject: Styling and formatting for posts --- viewthread.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'viewthread.php') diff --git a/viewthread.php b/viewthread.php index c8ae99e..64750a5 100644 --- a/viewthread.php +++ b/viewthread.php @@ -22,21 +22,21 @@ if (!isset($_GET['id']) || !filter_var($_GET['id'], FILTER_VALIDATE_INT)) { - <?php echo $current->subject; ?> - cflip.net forum + <?= $current->subject; ?> - cflip.net forum -

subject; ?>

- created by author->name; ?> - in category->name; ?> - 3 days ago +

subject; ?>

+ created by author->name; ?> + in category->name; ?> + 3 days ago
get_posts($dbc); foreach ($posts as $post) { - $post->display_content(); + $post->display_content($dbc); } ?>
-- cgit v1.2.3