Rev 13322 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4635 | bpr | 1 | !!can be used to add items on the menu. |
2 | !!The variable is wims_local_menu_items |
||
13573 | obado | 3 | !! remove this file extension ".template" to use it. |
4635 | bpr | 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,\ |
4635 | bpr | 7 | !! Annuaire,1,module=adm/local/usersearch to $wims_local_menu_items |
8 | !! !endif |