diff --git a/index.php b/index.php
--- a/index.php
+++ b/index.php
@@ -17,8 +17,9 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with SlatePermutate.  If not, see .
  */
-	include_once 'inc/class.page.php'; 
-	$mypage = new page('Welcome');
+
+  include_once 'inc/class.page.php'; 
+  $welcomepage = new page('Welcome');
 ?>
 
 
Find the schedule that works for you!
@@ -26,4 +27,4 @@
 
 
 foot();
+$welcomepage->foot();