<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $title; ?></title>
<link rel="shortcut icon" href="<?php echo $icon; ?>" type="image/x-icon">
<link rel="icon" href="<?php echo $icon; ?>" >
<meta name="description" content="<?php echo $description; ?>" />
<link rel="stylesheet" href="<?php echo $template; ?>css/style.css" type="text/css" media="screen" />
</head>
<body >
<div align="center">
<div class="page">
<div id="header">
<a href="<?php echo $url; ?>" title="<?php echo $title; ?>"><img src="<?php echo $logo; ?>" border="0" alt="<?php echo $title; ?>" /></a>
</div>
<div id="content">
<?php echo $content; ?>
</div>
<div class="footer">
<span class="floatright"><a href="http://ajaxmint.com/ajaxmint-gallery/" target="_blank">Powered By AjaxMint Gallery</a></span>
</div>
</div>
</div>
</body>
</html>