Missing Method in OutilsController
Error: The action fond_ecran is not defined in controller OutilsController
Error: Create OutilsController::fond_ecran() in file: app/controllers/outils_controller.php.
<?php
class OutilsController extends AppController {
var $name = 'Outils';
function fond_ecran() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

