Initial commit of the HUGo project web application.
[Project_webapp.git] / header.php
1 <?php
2 include('header.html');
3 function display_menu() {
4 switch ($page) {
5 case "home":
6 break;
7 case "register":
8 break;
9 }
10
11 }
12 ?>