summaryrefslogtreecommitdiff
path: root/www/header.php
blob: dff4355c663d52f8cb0607bf4fead2185f8a53b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div id='header' align='center' class='small'>
<table width='700px'><tr>
<td><a href='/'>Home</a></td>
<td>|</td>

<?php
if(isset($new_id)){
	echo "<td><a href='/youtube?id=".$new_id."'>Youtube</a></td>";
} else {
	if(isset($videoID)){
		echo "<td><a href='/youtube?id=".$videoID."'>Youtube</a></td>";
	} else {
		echo "<td><a href='/youtube'>Youtube</a></td>";
	}
}
?>
<td>|</td>
<td><a href='/puush'>Puush</a></td>
<td>|</td>
<td><a href='/about'>About</a></td>
</tr>
</table>
</div>
<div>
<table width='700px'><tr>
<td>
<hr>
</td>
</table>
</div>