<?php
/*********************************/
/* Application Database - Header */
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wine Application DB <?php echo $title; ?></title>
<meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<?php echo BASE; ?>apidb.css" type="text/css">
<link rel="stylesheet" href="<?php echo BASE; ?>application.css" type="text/css">
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.png" width="300" height="99" alt="Wine HQ"></a></td>
<img src="<?php echo BASE; ?>images/blank.gif" width="10" height="1" alt="">
</td>
<td width="468" align="center" valign="middle">
<!-- BANNER AD -->
<iframe src="http://www.winehq.org/bin/ad" scrolling="no" frameBorder="0" height="60" width="468"></iframe>
<!-- END BANNER AD -->
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
</tr>
</table>