<?php // output the HTML-header ?>
<!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' xml:lang='en' lang='en'>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="public" content="all" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link href="./templates/html/sphider-plus.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="description" content="<?php echo "".$description."";?>" />
<title><?php if ($start < '2') $start = '1'; echo "".$mytitle.""; if ($catid && is_numeric($catid)) echo "".$cattree."" ; if ($query !='') echo " ".$sph_messages['resultsFor']." '".$query."'. ".$sph_messages['Result page'].": ".$start."";?></title>
<link rel="stylesheet" href="<?php echo "".$template_dir."/".$template."/userstyle.css";?>" type="text/css" />
<!-- Suggest scripts -->
<script src="include/ajax/prototype.js" type="text/javascript"></script>
<script src="include/ajax/scriptaculous.js" type="text/javascript"></script>
<!-- jump to page bottom scripts -->
<script type='text/javascript'>
function JumpBottom () {
window.scrollTo(0,100000);
}
</script>
</head>
<body>
<?php // End of HTML header ?>