<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex">
<title><?php echo $page_title ?></title>
<link rel="stylesheet" type="text/css" href="<?php echo $admin_tpl ?>/artgalleryadmin.css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<tr>
<td width="260" align="center" valign="bottom" height="75">
<a href="index.php"><img src="img/exhibition.jpg" alt="eXhibition Admin Home" title="eXhibition Admin Home" width="250" height="45" border="0"></a>
<br>PHP/MySQL Art Publishing System
</td>
<td align="right">
<h4><?php echo $page_title ?> </h4>
</td>
</tr>
<tr>
<td colspan="2" align="right" height="30">
<?php echo $message ?> | <a href="<?php echo $_SERVER['PHP_SELF'] ?>?action=logout">Logout</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="145" valign="top" bgcolor="#ffffff">
<?php include_once('menu' . $admin_tplext) ?>
</td>
<td width="100%" bgcolor="#ececec" valign="top">