40 lines
1.2 KiB
PHP
40 lines
1.2 KiB
PHP
<?php
|
|
/*********************************/
|
|
/* Application Database - Header */
|
|
/*********************************/
|
|
?>
|
|
|
|
<!-- start of header.inc -->
|
|
<!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">
|
|
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table width="100%" cellpadding=0 cellspacing=0>
|
|
<tr>
|
|
<td>
|
|
<table width="100%" cellpadding=0 cellspacing=0>
|
|
<tr>
|
|
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.gif" width=300 height=99 alt="Wine HQ"></a></td>
|
|
<td>
|
|
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
|
|
</td>
|
|
<td width="100%" align="center" valign="middle">
|
|
<?php echo $banner_ad; ?>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- end of header.inc -->
|