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