<?php
/* Members Admin Area (C) American Financing 2004-2005 */
require '../init.php';
session_start('ADMIN');
require 'includes/secure_page.php';
?>
<html>
<head>
<title><?php echo $APP->name ?> Admin Area</title>
<link rel="stylesheet" href="styles/fgp.css" type="text/css">
</head>
<body>
<table class="bg">
<tr>
<td>
<table class="fg">
<tr>
<td class="title"><?php echo $APP->name ?> Admin Menu</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="nb">
<tr>
<td><DIV>Type admin homepage content here</DIV></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="fg">
<tr>
<td>
<blockquote><br />
<p><a class="cell" href="browse_members.php">Members</a></p>
<p><a class="cell" href="browse_admin.php">Admin</a></p>
<p><a class="cell" href="logout.php">Logout</a></p>
</blockquote>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>