summaryrefslogtreecommitdiff
path: root/www/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/header.php')
-rw-r--r--www/header.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/header.php b/www/header.php
deleted file mode 100644
index dff4355..0000000
--- a/www/header.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<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>