<?
#################################################################################################
#
# project : phpBannerEx
# filename : header.inc
# last modified by :
# e-mail : hide@address.com
# purpose : Header File
#
#################################################################################################
# Processing Time Start
#################################################################################################
$proctime_start=microtime();
if(!isset($lang)) { $lang = $default_language; }
# HTML Header Start
#################################################################################################
?>
<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><?echo $bannerex_name;?> - BannerExchange</title>
<meta name="publisher" content="">
<meta name="publisher-email" content="">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="20 days">
<?
list($charset) = mysql_fetch_row(db_query("SELECT ln_charset FROM lang WHERE ln_id='$lang'"));
echo "
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$charset\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"$style\">
</head>
<body>
";
?>
<!-- BEGIN Your header stuff here -->
<center>
<table border="0" cellpadding="0" cellspacing="0" width="720" height="60">
<tr>
<td width="10">
<img src=images/advertising.gif border="0">
</td>
<td width="504">
<a href="mailto:<?echo $admin_email;?>"><img src=images/advertise.jpg border="0"></a>
</td>
<td width="202">
<img src="images/pb_logo01.gif" border="0" width="234" height="60">
</td>
</tr>
</table>
<br>
<!-- END Your header stuff here -->