aboutsummaryrefslogtreecommitdiff
path: root/www/static/head.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/static/head.php')
-rw-r--r--www/static/head.php52
1 files changed, 0 insertions, 52 deletions
diff --git a/www/static/head.php b/www/static/head.php
deleted file mode 100644
index 3750d9b..0000000
--- a/www/static/head.php
+++ /dev/null
@@ -1,52 +0,0 @@
-<?php
-
-/* Copyright Maximilian Möhring, 2013
-Licensed under the GPL. Read LICENSE for more Information.*/
-
-
-if ($_SESSION["username"] == "jg-adlershof"){
- $account ="<td><a href='member_login.php'>Login</a></td>
- <td>|</td>
- <td><a href='/register'>Register</a></td>
- <td>|</td>
-" ;
-} else {
- $account ="<td><a href='/account'>Account</a></td>
- <td>|</td>
-";
-}
-
-?>
-<body link='#000000' vlink='#000000' alink='#FF0000'>
-
-<?php //include("piwik.php");?>
-
-<div class='kleineschrif'>
-
-<div id='header' class='kleineschrift'>
- <table width='700px'><tr>
- <td><a href='/Startseite'>Home</a></td>
- <td>|</td>
- <td><a href='/liste'>Adressliste</a></td>
- <td>|</td>
-<?php /* <td><a href='/help'>Kalender</a></td>
- <td>|</td>
- <td><a href='/help'>Share</a></td>
- <td>|</td>
-*/ ?>
- <td><a href='/quote'>Zitat</a></td>
- <td>|</td>
- <td><a href='/to-do-list.html'>to-do</a></td>
- <td>|</td>
- <td><a href='/help'>Hilfe</a></td>
- <td>|</td>
-<?php echo " $account"; ?>
- <td><a href='/services'>Services</a></td>
- <td>|</td>
- <td><a href='/logout'>Logout</a></td>
- <tr></table>
-
- <br>
- <hr>
-</div>
-