Chapter 10 - 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=10&amp;script=summary&amp;path=pursue">Summary</a></li>
    		<li><a href="index.php?chapter=10&amp;script=customers&amp;path=pursue">Manage Customers</a>
	    		<ul>
	      			<li><a href="index.php?chapter=10&amp;script=edit+customer&amp;path=pursue">Edit Customer</a></li>
	      			<li><a href="index.php?chapter=10&amp;script=delete+customer&amp;path=pursue">Delete Customer</a></li>
	      		</ul>
	      	</li>
      		<li><a href="index.php?chapter=10&amp;script=accounts&amp;path=pursue">Manage Accounts</a>
      			<ul>
      				<li><a href="index.php?chapter=10&amp;script=edit+account&amp;path=pursue">Edit Account</a></li>
      				<li><a href="index.php?chapter=10&amp;script=delete+account&amp;path=pursue">Delete Account</a></li>
      			</ul>
      		</li>
      		<li><a href="index.php?chapter=10&amp;script=transactions&amp;path=pursue">Perform a Transaction</a>
      			<ul>
      				<li><a href="index.php?chapter=10&amp;script=delete+transaction&amp;path=pursue">Delete Transaction</a></li>
      			</ul>
      		</li>
	 	</ul>
	</div>
	<!-- Chapter 10 banking header.php -->
 	<!--	Start	of	the	page-specific	content.	-->