diff --git a/Admin.php b/Admin.php
index 001551d..997087a 100644
--- a/Admin.php
+++ b/Admin.php
@@ -219,11 +219,11 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
 	</div>
 
     </div>
-
-    <?php include 'Footer.php';?>
     
 </div>
 
+<?php include 'Footer.php';?>
+
 <script>
  function updatePass(id, pass) {
      if (!confirm('Are you sure to reset user password?')) {