<!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">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />	<title>
		CakePHP: the rapid development php framework:		Errors	</title>
	<link href="/home/favicon.ico" type="image/x-icon" rel="icon" /><link href="/home/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/home/css/cake.generic.css" /></head>
<body>
	<div id="container">
		<div id="header">
			<h1><a href="http://cakephp.org">CakePHP: the rapid development php framework</a></h1>
		</div>
		<div id="content">

			
			<h2>Missing Controller</h2>
<p class="error">
	<strong>Error: </strong>
	<em>CssController</em> could not be found.</p>
<p class="error">
	<strong>Error: </strong>
	Create the class <em>CssController</em> below in file: home/controllers/css_controller.php</p>
<pre>
&lt;?php
class CssController extends AppController {

	var $name = 'Css';
}
?&gt;
</pre>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create home/views/errors/missing_controller.ctp</p>
		</div>
		<div id="footer">
			<a href="http://www.cakephp.org/" target="_blank"><img src="/home/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0" /></a>		</div>
	</div>
	</body>
</html>