<!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-US" lang="en-US">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>bbPress &rsaquo; Error</title>
	<meta name="robots" content="noindex, nofollow" />
	<link rel="stylesheet" href="/forumet/bb-admin/install.css" type="text/css" />
</head>
<body>
	<div id="container">
		<div class="logo">
			<img src="/forumet/bb-admin/images/install-logo.gif" alt="bbPress Installation" />
		</div>
		<h1>
			Oh dear!		</h1>
		<script type="text/javascript" charset="utf-8">
			function toggleBlock(toggleObj, target) {
				var targetObj = document.getElementById(target);
				if (toggleObj.checked) {
					targetObj.style.display = 'block';
				} else {
					targetObj.style.display = 'none';
				}
			}
			function toggleValue(toggleObj, target, offValue, onValue) {
				var targetObj = document.getElementById(target);
				if (toggleObj.checked) {
					targetObj.value = onValue;
				} else {
					targetObj.value = offValue;
				}
			}
		</script>
<p class="error last">
<span class="first" title="Warning">!</span>
Please complete your installation before attempting to include WordPress within bbPress
</p>
	</div>
	<p id="footer">
		<a href="http://bbpress.org/">bbPress</a> - simple, fast, elegant	</p>
</body>
</html>
