Rev 8990 | Rev 9307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8990 | Rev 9129 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | !set script_taxo=yes |
39 | !set script_taxo=yes |
40 | !set list_taxonomy=!append item taxoext/$taxo to $list_taxonomy |
40 | !set list_taxonomy=!append item taxoext/$taxo to $list_taxonomy |
41 | !endif |
41 | !endif |
42 | !endif |
42 | !endif |
43 | !next |
43 | !next |
- | 44 | !! take the english version |
|
- | 45 | !for taxo in $list_taxo |
|
- | 46 | !set tmp=!replace internal . by , in $(taxo) |
|
- | 47 | !if $(tmp[1]) notin $list_taxonomy |
|
- | 48 | !set script_taxo=yes |
|
- | 49 | !set list_taxonomy=!append item taxoext/$(tmp[1]).phtml.en to $list_taxonomy |
|
- | 50 | !endif |
|
- | 51 | !next |
|
- | 52 | ||
44 | !set lang_exists=!defof lang_exists in keywords.phtml.$lang |
53 | !set lang_exists=!defof lang_exists in keywords.phtml.$lang |
45 | !if $lang_exists=yes |
54 | !if $lang_exists=yes |
46 | !set script_keywords=yes |
55 | !set script_keywords=yes |
47 | !endif |
56 | !endif |
48 | 57 |