Rev 2670 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | reyssat | 1 | |
2 | !if $srch=$empty |
||
3 | gottype=fail |
||
4 | gotcnt=0 |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
8 | formdir=$module_P.$lang/form |
||
9 | mP=!replace wimshome/public_html/modules/ by $ in $module_P |
||
10 | #formdir=$mP.$lang/form |
||
11 | dictionary=modules/$mP.$lang/dic/form |
||
12 | !read $module_P.$lang/search.proc |
||
13 | |||
14 | !if $gotcnt>0 |
||
15 | gottype=search |
||
16 | !else |
||
17 | gottype=fail |
||
18 | !endif |
||
19 |