Subversion Repositories wimsdev

Rev

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

Rev 14896 Rev 14959
Line 9... Line 9...
9
!if $p_lang notwordof en fr ca cn
9
!if $p_lang notwordof en fr ca cn
10
  p_lang=en
10
  p_lang=en
11
!endif
11
!endif
12
formdir=$module_P.$p_lang/form
12
formdir=$module_P.$p_lang/form
13
mP=!replace wimshome/public_html/modules/ by $ in $module_P
13
mP=!replace wimshome/public_html/modules/ by $ in $module_P
14
#formdir=$mP.$p_lang/form
-
 
15
dictionary=scripts/$mP.$p_lang/dic/form
14
dictionary=modules/$mP.$p_lang/dic/form
16
!read $module_P.$p_lang/search.proc
15
!read $module_P.$p_lang/search.proc
17
!if $gotcnt>0
16
!if $gotcnt>0
18
  gottype=search
17
  gottype=search
19
  Gotcnt=$[$Gotcnt + $gotcnt]
18
  Gotcnt=$[$Gotcnt + $gotcnt]
20
!else
19
!else