Rev 11279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11279 | Rev 11304 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !! eventually |
11 | !! eventually |
12 | !reset lang_exists |
12 | !reset lang_exists |
13 | 13 | ||
14 | !default modu_lang=$lang |
14 | !default modu_lang=$lang |
15 | !read $(script_file).$modu_lang |
15 | !read $(script_file).$modu_lang |
16 |
|
16 | !! try to do that for headmenu |
17 | !!!if lang/ notin $(script_file) |
17 | !!!if lang/ notin $(script_file) |
18 | !! !read themes/$wims_theme/lang/$(script_file).$modu_lang |
18 | !! !read themes/$wims_theme/lang/$(script_file).$modu_lang |
19 | !! !if $class_theme!=$empty |
19 | !! !if $class_theme!=$empty |
20 | !! !read themes/$class_theme/lang/$(script_file).$modu_lang |
20 | !! !read themes/$class_theme/lang/$(script_file).$modu_lang |
21 | !! !endif |
21 | !! !endif |