Report orders by parcel size.
[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 <?php if ($username) { ?>
9 <a href="/city">Cities</a>
10 /
11 <a href="/area">Areas</a>
12 /
13 <a href="/contact">Contacts</a>
14 /
15 <a href="/order">Orders</a>
16 /
17 <a href="/delivery">Deliveries</a>
18 /
19 <a href="/hub">Hubs</a>
20 /
21 <a href="/donation">Donations</a>
22 /
23 <a href="/report">Reports</a>
24
25 <strong class="small"><em><?php echo $username; ?></em>@<?php echo $charity; ?></strong>
26 <a href="/logout" class="smaller">logout</a>
27 <?php } else echo "<strong>$charity</strong>"; ?>
28 </p>
29
30 <div id="main">