Typo.
[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 <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 </p>
23
24 <div id="main">