Don't show menu when not logged in.
[readifood.git] / lib / header.php
1 <head>
2 <link rel="stylesheet" type="text/css" href="/style.css">
3 <title><?php echo "$charity"; if ($module) echo " - $module"; ?></title>
4 </head>
5 <body>
6
7 <p id="header">
8 <strong> <?php if ($username) echo "<em>$username</em>@"; echo "$charity"; ?></strong>
9 <?php if ($username) { ?>
10 <a href="/city">Cities</a>
11 /
12 <a href="/area">Areas</a>
13 /
14 <a href="/contact">Contacts</a>
15 /
16 <a href="/order">Orders</a>
17 /
18 <a href="/delivery">Deliveries</a>
19 /
20 <a href="/hub">Hubs</a>
21 /
22 <a href="/donation">Donations</a>
23 <?php } ?>
24 </p>
25
26 <div id="main">