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

	var $name = 'Sitemap';
}
?&gt;
</pre>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/views/errors/missing_controller.ctp</p> 