Skip to content

Commit 9daaaf5

Browse files
authored
Update register.php
1 parent 39ca90b commit 9daaaf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/register.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
exit();
1818
}
1919
}
20+
21+
// Include the header
22+
include('../src/templates/header.php');
2023
?>
2124
<!DOCTYPE html>
2225
<html lang="en">
@@ -57,5 +60,6 @@
5760
</form>
5861
</div>
5962
</main>
63+
<?php include('../src/templates/footer.php'); ?>
6064
</body>
6165
</html>

0 commit comments

Comments
 (0)