Subversion Repositories wimsdev

Rev

Rev 16003 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
16003 czzmrn 1
!let listhelp=hide,show
15998 guerimand 2
 
16003 czzmrn 3
!bound special_parm within $listhelp default $empty
15998 guerimand 4
 
5
!if $special_parm=$empty
6
  !exit
7
!else
16143 guerimand 8
  !if $special_parm=allowtype
9
    !readproc adm/vfilter/listvarfilter.proc
10
  !endif
15998 guerimand 11
  !changeto lang/help.phtml.$lang $special_parm
12
!endif