Cosmetic iand spell fixes.
[Project_webapp.git] / includes / account.php
index 9e725c3ac9bbfd753afdef4924492a8f6f2a7744..c7099dbaa319fd5f7b70b9b96817783e679660c3 100644 (file)
@@ -3,9 +3,10 @@ global $is_logged_in;
 if (!$is_logged_in) {
     echo "Please login first.";
     redirect("index.php?page=login", 2);
+    include('footer.html');
     exit();
 }
 ?>
 
 <h2>Mes informations</h2>
-<h2>Mes re&#769;versations</h2>
+<h2><a href="<?php echo $configs['root_url']; ?>/index.php?page=reservations">Mes re&#769;servations</a></h2>