modification du index
This commit is contained in:
parent
cbbd4805d0
commit
55dc4ef7aa
1 changed files with 6 additions and 1 deletions
|
|
@ -75,6 +75,11 @@
|
||||||
operations_form_ctrl();
|
operations_form_ctrl();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'add_operation':
|
||||||
|
require('controllers/operation_ctrl.php');
|
||||||
|
add_operation_write_ctrl();
|
||||||
|
break;
|
||||||
|
|
||||||
case 'lecture':
|
case 'lecture':
|
||||||
require('views/lecture_page.php');
|
require('views/lecture_page.php');
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue