Missing Method in FrontnewsController

You are seeing this error because the action style.css is not defined in controller FrontnewsController

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

Fatal: Confirm you have created the FrontnewsController::style.css() in file : app/controllers/frontnews_controller.php

<?php
class FrontnewsController extends AppController {
   function style.css() {
   }

}
?>