Today is 14 March 2010, Sunday
Missing Method in SermonsController
Error: The action index.htm is not defined in controller SermonsController
Error: Create SermonsController::index.htm() in file: app/controllers/sermons_controller.php.
<?php
class SermonsController extends AppController {
var $name = 'Sermons';
function index.htm() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.