diff --git a/website/chat.php b/website/chat.php index b94e08c..57e55bf 100644 --- a/website/chat.php +++ b/website/chat.php @@ -13,6 +13,9 @@ /* Add your view files here. */ include("views/chat.php"); + + /* This adds the footer. */ + include("views/footer.php"); ?>