summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-03-24 19:01:51 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-03-24 19:01:51 -0600
commit0ecae4e72d7d4ace51b731ff2c5d5eb63351e3e1 (patch)
tree40ddad473bfc2e3e5c215da9ee0853044695737c /index.php
parentc9732788143886b611cb2fecfb53daf3d8add48f (diff)
Add thread replies, sort threads by last reply
Diffstat (limited to 'index.php')
-rw-r--r--index.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/index.php b/index.php
index b4b00a1..dcad956 100644
--- a/index.php
+++ b/index.php
@@ -53,18 +53,5 @@
}
?>
</table>
- <h2>More from the forum</h2>
- <table>
- <tr>
- <th>Recent Posts</th>
- <th>Recent Threads</th>
- <th>Popular Threads</th>
- </tr>
- <tr>
- <td>test<br>test<br>test<br>test<br></td>
- <td>test<br>test<br>test<br>test<br></td>
- <td>test<br>test<br>test<br>test<br></td>
- </tr>
- </table>
</body>
</html> \ No newline at end of file