Notice: Undefined variable: category_name in /home/editions/app/views/layouts/default.php on line 25

Missing Method in Controller

Missing Method in Les400coupsController

You are seeing this error because the action robots.txt is not defined in controller Les400coupsController

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

Fatal: Confirm you have created the Les400coupsController::robots.txt() in file : app/controllers/les400coups_controller.php

<?php
class Les400coupsController extends AppController {
   function robots.txt() {
   }

}
?>