CFGMENU let add new menu or modify them
This commit is contained in:
parent
e297a14336
commit
f4bb98135f
9 changed files with 247 additions and 27 deletions
|
|
@ -532,6 +532,12 @@ EOF;
|
|||
require_once('ajax_anc_search.php');
|
||||
break;
|
||||
case 'autoanc':
|
||||
require_once('ajax_auto_anc_card.php');
|
||||
require_once 'ajax_auto_anc_card.php' ;
|
||||
break;
|
||||
case 'create_menu';
|
||||
require_once 'ajax_create_menu.php';
|
||||
break;
|
||||
case 'add_menu';
|
||||
require_once 'ajax_mod_menu.php';
|
||||
break;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue