repositories
/
Project_webapp.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Initial commit of the HUGo project web application.
[Project_webapp.git]
/
header.php
Commit
Line
Data
fb6aedc2
JB
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
?>