From f83530a122119d7f69812493f9c2f4987ccb2065 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 10 Feb 2021 20:40:32 -0700 Subject: Reorganize code and add info to front page --- includes/functions_inc.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 includes/functions_inc.php (limited to 'includes/functions_inc.php') diff --git a/includes/functions_inc.php b/includes/functions_inc.php deleted file mode 100644 index c10b65b..0000000 --- a/includes/functions_inc.php +++ /dev/null @@ -1,30 +0,0 @@ -'; - echo '

' . $row['thread_subject'] . '

'; - echo 'by ' . $row['user_name'] . ' '; - if ($show_category) { - echo 'in ' . $row['cat_name'] . ' '; - } - echo 'on ' . date('M d, Y', strtotime($row['thread_date'])) . ''; - echo 'by ' . $thread['user_name'] . '
'; - echo '' . date('m/d/Y g:ia', strtotime($thread['post_date'])) . ''; - } - - mysqli_stmt_close($stmt); -} \ No newline at end of file -- cgit v1.2.3