Subversion Repositories wimsdev

Rev

Rev 12664 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!!### language independant
  2. !!
  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
  5. !set list_specialparm=general,allowtype,dependency,options,\
  6.   contenu,session,cutt,weight
  7. !read lang/names.phtml.$moduclass_lang
  8. !if $special_parm!=$empty
  9.   !bound special_parm within $list_specialparm default contenu
  10. !endif
  11. !if $special_parm=weight
  12.   !changeto adm/lang/weight.fr
  13. !endif
  14.  
  15. !changeto lang/help.phtml.$moduclass_lang $special_parm
  16.