From 33a1c0502a03561621626abfc2da48229c33d32a Mon Sep 17 00:00:00 2001 From: Lars van Hijfte Date: Wed, 11 Jan 2017 13:04:23 +0100 Subject: [PATCH] Added footer include --- website/chat.php | 3 +++ 1 file changed, 3 insertions(+) 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"); ?>