Notice (8): Undefined variable: keywords [APP/views/layouts/default.ctp, line 5]" /> Notice (8): Undefined variable: description [APP/views/layouts/default.ctp, line 6]" />

Missing Method in NewsController

Error: The action To_the_rescue_Holmgren_agrees_to_join_Browns_as_team_president is not defined in controller NewsController

Error: Create NewsController::To_the_rescue_Holmgren_agrees_to_join_Browns_as_team_president() in file: app/controllers/news_controller.php.

<?php
class NewsController extends AppController {

	var $name = 'News';


	function To_the_rescue_Holmgren_agrees_to_join_Browns_as_team_president() {

	}

}
?>

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