Missing Controller

Error: AviationLARGE.htmController could not be found.

Error: Create the class AviationLARGE.htmController below in file: app/controllers/aviation_l_a_r_g_e.htm_controller.php

<?php
class AviationLARGE.htmController extends AppController {

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

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

By Francisco Alfaro