Reorganize

This commit is contained in:
Robert Miles 2018-07-08 09:29:24 -04:00
parent 61554f8d5e
commit b09435e257
3 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
include 'client/header.php';
if (isset($thread)) {
include 'thread.php';
include 'client/thread.php';
} else {
include 'main.php';
include 'client/main.php';
}
include 'client/footer.php';