Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12652 | bpr | 1 | !!test if the file exists in the theme |
2 | !distribute items $wims_read_parm into tmp_file, tmp_fileparm |
||
3 | !set tmp_file0=themes/$wims_theme/$tmp_file |
||
4 | !set tmp_file=!filexists $tmp_file0 |
||
5 | |||
6 | !exit |
||
7 | !if $tmp_file=yes |
||
8 | !set tmp_file0=$tmp_file0 $tmp_fileparm |
||
9 | !reset tmp_file |
||
10 | !changeto $tmp_file0 |
||
11 | !endif |