From 279d399461e6a66157bb2f0bc8209bf0fcb36c9c Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sat, 23 Jan 2021 12:25:51 -0700 Subject: Change terminology from topics to threads --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 2936a89..03069b7 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ include_once 'header.php';
Category | -Latest Topic | +Latest Thread | ';
echo '' . $row['cat_name'] . ''; echo $row['cat_description']; - echo ' | Example topic right here 1 hour ago by cflip | ';
+ echo 'Example thread 1 hour ago by example user | ';
}
mysqli_free_result($result);
--
cgit v1.2.3
---|