<?PHP
//Filename : brother_man.php
//Description : Brother management administrative panel
//Author : darc
//created from pledge_man by paroxon 16 aug 06
//Last modified : 2006.12.20
include '../includes/auth_ec.php'; //authenticate
?>
<html>
<head>
<title>Brother Management</title>
<link href="../includes/index.css" rel="stylesheet" type="text/css">
</head>
<body class="body">
<br />
<table width="810" height="626" border="0" align="center" cellpadding="15">
<tr>
<td height="128" colspan="2"><img src="../images/eg_banner.gif" width="810" height="172"></td>
</tr>
<tr>
<td width="27%" height="488" valign="top"> <?php include '../includes/nav.inc'; ?></td>
<td width="53%" valign="top">
<ul>
<li><a href="brother_add.php" class="body">Add Brother</a><br></li>
<li><a href="brother_del.php" class="body">Remove/Edit Brother</a><br></li>
<li><a href="../php/brother_roster.php" class="body">Current Brother Roster</a><br></li>
</ul></td>
</tr>
</table>
</body>
</html>