Subversion Repositories wimsdev

Rev

Rev 16003 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16003 Rev 16143
Line 3... Line 3...
3
!bound special_parm within $listhelp default $empty
3
!bound special_parm within $listhelp default $empty
4
 
4
 
5
!if $special_parm=$empty
5
!if $special_parm=$empty
6
  !exit
6
  !exit
7
!else
7
!else
-
 
8
  !if $special_parm=allowtype
-
 
9
    !readproc adm/vfilter/listvarfilter.proc
-
 
10
  !endif
8
  !changeto lang/help.phtml.$lang $special_parm
11
  !changeto lang/help.phtml.$lang $special_parm
9
!endif
12
!endif