Rev 12664 | Rev 16006 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12664 | Rev 12873 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!!### language independant |
1 | !!!### language independant |
2 | !! |
2 | !! |
3 | !set idle_time=!defof idle_time in wimshome/log/wims.conf |
3 | !set idle_time=!defof idle_time in wimshome/log/wims.conf |
4 | !default idle_time=!defof DF_idle_time in wimshome/public_html/bases/sys/defaults.conf |
4 | !default idle_time=!defof DF_idle_time in wimshome/public_html/bases/sys/defaults.conf |
5 | !set list_specialparm=general,allowtype,dependency,options,\ |
5 | !set list_specialparm=general,allowtype,dependency,options,\ |
6 | contenu,session,cutt |
6 | contenu,session,cutt,weight |
7 | !read lang/names.phtml.$moduclass_lang |
7 | !read lang/names.phtml.$moduclass_lang |
8 | !if $special_parm!=$empty |
8 | !if $special_parm!=$empty |
9 | !bound special_parm within $list_specialparm |
9 | !bound special_parm within $list_specialparm default contenu |
- | 10 | !endif |
|
- | 11 | !if $special_parm=weight |
|
- | 12 | !changeto adm/lang/weight.fr |
|
10 | !endif |
13 | !endif |
11 | 14 | ||
12 | !changeto lang/help.phtml.$moduclass_lang $special_parm |
15 | !changeto lang/help.phtml.$moduclass_lang $special_parm |