aboutsummaryrefslogtreecommitdiff
path: root/header.php
blob: e4a0ba63ebf97d3bfeccc223161782be40cb3777 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php include('auth.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.php'>Register</a></td>
        <td>|</td>
" ;
} else {
         $account ="<td><a href='account.php'>Account</a></td>
        <td>|</td>
";
}

?>
<!doctype html public '-//W3C//DTD XHTML 1.0 //EN'>

<html>
<head>
  <title>Junge Gemeinde Adlershof.</title>
  <meta http-equiv='Content-type' content='text/html; charset=utf-8' />
  <link rel='stylesheet' type='text/css' href='hyperstyle.css' />
  <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'>
</head>

<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='/'>Home</a></td>
        <td>|</td>
        <td><a href='liste.php'>Adressliste</a></td>
        <td>|</td>
        <td><a href='help.php'>Kalender</a></td>
        <td>|</td>
        <td><a href='help.php'>Share</a></td>
        <td>|</td>
        <td><a href='quote.php'>Zitat</a></td>
        <td>|</td>
        <td><a href='to-do-list.html'>to-do</a></td>
        <td>|</td>
        <td><a href='help.php'>Hilfe</a></td>
        <td>|</td>
<?php echo "    $account"; ?>
        <td><a href='logout.php'>Logout</a></td>
        <tr></table>

        <br>
        <hr>
</div>