Subversion Repositories wimsdev

Rev

Rev 14339 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14297 guerimand 1
!let listhelp=type,toto
2
 
3
!bound special_parm within $listhelp default $empty
4
 
5
 
6
!if $special_parm=$empty
7
  !exit
8
!else
9
  !changeto lang/help.phtml.$lang $special_parm
10
!endif