From 9a7f1194273e4d3cf540ae7b26cfc831d44e0598 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 27 Jan 2021 23:42:56 -0700 Subject: Minor improvements --- all.php | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'all.php') diff --git a/all.php b/all.php index 2588a38..c8bbc75 100644 --- a/all.php +++ b/all.php @@ -1,12 +1,6 @@ - + - - Latest Threads - Latest Post - - -Failed to fetch threads from server!
' . mysqli_error($dbc) . ''); } +echo ''; + display_threads($dbc, $result, true); mysqli_free_result($result); -?> - -
Latest ThreadsLatest Post
+echo ''; - \ No newline at end of file +include_once 'footer.php'; -- cgit v1.2.3