Source: site.view [edit]
Function name: header
Arguments: sel
Description: Header info
Page type: text
Render function:  
Module: anapvp

Page source:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>AnA PVP</title>
<link href="http://fonts.googleapis.com/css?family=Abel" rel="stylesheet" type="text/css" />
  <!-- link href="http://www.anapvp.biz/site/css" rel="stylesheet" type="text/css" media="screen" / -->
  <style>
     <webl>WubCall("anapvp.css", []);</webl>
  </style>
  <script type="text/javascript" src="http://www.anapvp.biz/jquery-1.7.1.min.js"></script>
  <script type="text/javascript" src="http://www.anapvp.biz/jquery.slidertron-1.0.js"></script>
  <script type="text/javascript" src="http://www.anapvp.biz/jquery.dropotron-1.0.js"></script>
  <script type="text/javascript" src="http://www.anapvp.biz/jquery.poptrox-1.0.js"></script>
</head>
<body>
<div id="wrapper">
	<div id="header-wrapper">
		<div id="header">
			<div id="logo">
				<h1>A n A PVP</h1>   <p>It's impossible to ignore.</p>
				<p></p>
			</div>
		</div>
	</div>
	<!-- end #header -->
	<div id="menu-wrapper">
		<ul id="menu">
          <li <webl>if sel=="home" then `class="current_page_item"` else `` end;</webl>><a href="http://www.anapvp.biz/site/home"><span>Home</span></a></li>
          <li <webl>if sel=="forum" then `class="current_page_item"` else `` end;</webl>><a href="http://www.anapvp.biz/site/forum"><span>Forum</span></a></li>
          <li <webl>if sel=="donate" then `class="current_page_item"` else `` end;</webl>><a href="http://www.anapvp.biz/site/donate"><span>Donate</span></a></li>
          <li <webl>if sel=="about" then `class="current_page_item"` else `` end;</webl>><a href="http://www.anapvp.biz/site/about"><span>About</span></a></li>
          <li <webl>if sel=="contact" then `class="current_page_item"` else `` end;</webl>><a href="http://www.anapvp.biz/site/contact"><span>Contact Us</span></a></li>
		</ul>
		<script type="text/javascript">
			$('#menu').dropotron();
		</script>
	</div>
	<!-- end #menu -->