Chapter 9 - Header

Output
Source
<!doctype>
 <html>
 <head>
 	 <title><?php echo $title; ?></title>	
	 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 </head>
 <body> 
 	<div id="header">
		<h1>Bank of the People</h1>
	 	<h2>In Bitcoin We Trust</h2>
	</div>
	<div id="navigation">
	 	<ul>
	 	 	<li><a href="index.php?chapter=9&amp;script=summary&amp;path=pursue">Summary</a></li>
    		<li><a href="index.php?chapter=9&amp;script=customers&amp;path=pursue">Add New Customer</a></li>
      		<li><a href="index.php?chapter=9&amp;script=accounts&amp;path=pursue">Add New Account</a></li>
      		<li><a href="index.php?chapter=9&amp;script=transactions&amp;path=pursue">Perform a Transaction</a></li>
	 	</ul>
	</div>
	<!-- Script banking header.php -->
 	<!--	Start	of	the	page-specific	content.	-->