<html>
<head>
<title><? pv($DOC_TITLE) ?></title>
</head>
<style>
h1 { font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold; color: #006699; }
h2 { font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; }
th { font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; }
.h1 { font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold; }
.h2 { font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; }
.label { font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; }
.normal { font-family: Arial, sans-serif; font-size: 10pt; }
.colhead { font-family: Arial, sans-serif; font-size: 10pt; color: #663333; font-weight: bold; }
.topmenu { font-family: Arial, sans-serif; font-size: 8pt; color:#663333; font-weight: bold; }
.tinytext { font-family: Arial, sans-serif; font-size: 8pt; font-weight: bold; color:#663333; }
.outsideborder { border-bottom-color : black; border-bottom-width : 1; border-bottom-style : solid; border-top-color : black; border-top-width : 1; border-top-style : solid; border-left-color : black; border-left-width : 1; border-left-style : solid; border-right-color : black; border-right-width : 1; border-right-style : solid; }
</style>
<body bgcolor=#ffffff link=#663333 vlink=#663333 alink=#663333>
<!-- outside border --> <TABLE cellpadding=0 cellspacing=0 align=center width=100%> <TR> <TD class="outsideborder">
<table width=100% cellspacing=0>
<tr valign=top bgcolor=#ffcc66>
<td><a href="http://www.giftorder.org" target=_new><img src="<?=$CFG->imagedir?>/logo.jpg" border=0 alt="GiftOrder.org"></a><br></td>
<td align=right valign=middle>
<? if ($CFG->showsponsor) { ?>
<?=get_sponsor()?>
<? } else { ?> <? } ?>
</td>
</tr>
<tr>
<tr valign=top>
<td class=h1> <font color=#663333><? pv($DOC_TITLE) ?></font></td>
<td align=right class=topmenu>
<? p($SESSION["user"]["firstname"] . " " . $SESSION["user"]["lastname"]) ?>
| <a class=topmenu href="<?=$CFG->wwwroot?>/logout.php">Logout</a>
</td>
</tr>
</table>
<p align=center>
<table border=0 cellspacing=0 cellpadding=0 width=98%>
<tr valign=top>
<td nowrap>
<!-- admin nav -->
<table border=0 cellspacing=0 cellpadding=1 bgcolor=#663333 width=100%>
<tr>
<td>
<table border=0 cellspacing=0 cellpadding=5 width=100%>
<tr bgcolor=#ffcc66>
<td class=colhead>Administration</td>
</tr>
<tr bgcolor=#ffffff>
<td class=normal nowrap>
<li> <a href="categories.php">Categories</a>
<li> <a href="products.php">Products</a>
<li> <a href="users.php">Users</a>
<li> <a href="orders.php">Orders</a>
<hr size=1 color=#663333>
<li> <a href="index.php">Admin Home</a>
<li> <a href="<?=$CFG->wwwroot?>">GiftOrder Home</a>
</td>
</tr>
</td>
</table>
</tr>
</table>
</td>
<td width=15 nowrap></td>
<td width=100%>