Missing Method in WorksController

Error: The action favicon.ico is not defined in controller WorksController

Error: Create WorksController::favicon.ico() in file: samgallery/controllers/works_controller.php.

<?php
class WorksController extends AppController {

	var $name = 'Works';


	function favicon.ico() {

	}

}
?>

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

Notice (8): Undefined variable: pages [APP/views/layouts/default.ctp, line 18]
Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 18]