summaryrefslogtreecommitdiff
path: root/www/header.php
diff options
context:
space:
mode:
authormoehm2014-05-30 11:04:28 +0200
committermoehm2014-05-30 11:04:28 +0200
commitd6997febbdf6d424fcd0702e3324588387dc2cd9 (patch)
tree9ebe96433d2ae394e95a78e87e1a7f0831ab85b0 /www/header.php
parente5e8ee54e4b404d0cbdf69bebc3d9bdd9bd04855 (diff)
downloadrandom-d6997febbdf6d424fcd0702e3324588387dc2cd9.tar.gz
rewrite
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>