Missing Controller

Error: Blank.htmController could not be found.

Error: Create the class Blank.htmController below in file: app/controllers/blank.htm_controller.php

<?php
class Blank.htmController extends AppController {

	var $name = 'Blank.htm';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

BACK TO TOP