Rev 10250 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5677 | obado | 1 | !!can be used to add items on the menu. |
2 | !!The variable is wims_local_menu_items |
||
3 | !! delete the extension template |
||
4 | !!example : |
||
9028 | guerimand | 5 | !! !if $wims_class!= and $wims_user=supervisor and $module=adm/class/usermanage |
10250 | bpr | 6 | !! !set wims_local_menu_items=!append line itemsep,0,\ |
5677 | obado | 7 | !! Annuaire,1,module=adm/local/usersearch to $wims_local_menu_items |
8 | !! !endif |
||
11975 | bpr | 9 | |
10 | !!!set wims_rm_0=!append line $wims_rm_0 to $wims_local_menu_items |
||
11 | !!!set wims_homeref_n0=!linecnt $wims_rm_0 |