Subversion Repositories wimsdev

Rev

Rev 9309 | Rev 11469 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9309 Rev 9472
Line 12... Line 12...
12
 
12
 
13
!set tmp=!replace internal / by _ in $module/$(script_file)
13
!set tmp=!replace internal / by _ in $module/$(script_file)
14
!set tmp=!nospace $tmp
14
!set tmp=!nospace $tmp
15
 
15
 
16
!read themes/$wims_theme/lang/$tmp.$lang
16
!read themes/$wims_theme/lang/$tmp.$lang
-
 
17
 
-
 
18
!if $class_theme!=$empty
-
 
19
  !read themes/$class_theme/lang/$tmp.$lang
-
 
20
!endif
-
 
21
 
-
 
22
!if $theme_class!=$empty
-
 
23
  !read themes/$theme_class/lang/$tmp.$lang
-
 
24
!endif