Rev 9754 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9754 | Rev 10015 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!classdevtools.proc : |
1 | !!classdevtools.proc : |
2 | !! Adds Classes devtools links in wims_rm_0 for navigation menus |
2 | !! Adds Classes devtools links in wims_rm_0 for navigation menus |
3 | 3 | ||
4 | !if $wims_supertype!=4 or $class_typename!=class |
4 | !if $wims_supertype!=4 or $class_typename!=class |
5 | !set wims_rm_0 = $wims_rm_0\ |
5 | !set wims_rm_0 = $wims_rm_0\ |
6 | classexo,1,module=classes/$lang&special_parm=.nocache. |
6 | classexo,1,module=classes/$lang&special_parm=.nocache.\ |
7 | !endif |
- | |
8 | - | ||
9 | - | ||
10 | !if $wims_supertype!=4 or $class_typename!=class |
- | |
11 | !set wims_rm_0 = $wims_rm_0\ |
- | |
12 | createxo,1,module=adm/createxo\ |
7 | createxo,1,module=adm/createxo\ |
13 | modtool,1,module=adm/modtool |
8 | modtool,1,module=adm/modtool |
14 | 9 | ||
15 | !read themes/_procs/exolog.proc |
10 | !read themes/_procs/exolog.proc |
16 | 11 |