Error: The action agendas is not defined in controller AgendasController
Error: Create AgendasController::agendas() in file: ccas-thionville.fr/controllers/agendas_controller.php.
<?php
class AgendasController extends AppController {
var $name = 'Agendas';
function agendas() {
}
}
?>
Notice: If you want to customize this error message, create ccas-thionville.fr/views/errors/missing_action.ctp.