Rev 8506 | Rev 11295 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8506 | Rev 10756 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !! Adds documentation links in wims_rm_0 for navigation menus |
2 | !! Adds documentation links in wims_rm_0 for navigation menus |
3 | 3 | ||
- | 4 | !if $wims_user=$empty |
|
4 | !set wims_rm_0 = $wims_rm_0\ |
5 | !set wims_rm_0 = $wims_rm_0\ |
5 | help,4,module=help/main,help |
6 | help,4,module=help/main,help |
6 | 7 | !endif |
|
7 | !if $lang=fr |
8 | !if $lang=fr |
8 | !set wims_rm_0 = $wims_rm_0\ |
9 | !set wims_rm_0 = $wims_rm_0\ |
9 | dochelp,1,cmd=new&module=home&search_keywords=wimshelp&search_category=A&search_lang=fr#searchform\ |
10 | dochelp,1,cmd=new&module=home&search_keywords=wimshelp&search_category=A&search_lang=fr#searchform\ |
10 | faq,1,module=help/teacher/faq |
11 | faq,1,module=help/teacher/faq |
11 | - | ||
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | !set wims_rm_0 = $wims_rm_0\ |
14 | !set wims_rm_0 = $wims_rm_0\ |
15 | doctec,1,module=help/wimsdoc |
15 | doctec,1,module=help/wimsdoc |
16 | - |