diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-24 19:01:51 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-24 19:01:51 -0600 |
commit | 0ecae4e72d7d4ace51b731ff2c5d5eb63351e3e1 (patch) | |
tree | 40ddad473bfc2e3e5c215da9ee0853044695737c /index.php | |
parent | c9732788143886b611cb2fecfb53daf3d8add48f (diff) |
Add thread replies, sort threads by last reply
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |