Rev 11279 | Rev 11995 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11279 | Rev 11469 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | !endif |
15 | !endif |
16 | !! Don't succeed to use script/language for the moment |
16 | !! Don't succeed to use script/language for the moment |
17 | !! translated. FIXME |
17 | !! translated. FIXME |
18 | !!!read language name.phtml |
18 | !!!read language name.phtml |
19 | !read name.phtml.$lang |
19 | !read name.phtml.$lang |
- | 20 | !read themes/_lang/name.phtml.$lang |
|
20 | !read themes/$wims_theme/lang/name.phtml.$lang |
21 | !read themes/$wims_theme/lang/name.phtml.$lang |
21 | !if $class_theme!=$empty |
22 | !if $class_theme!=$empty |
22 | !read themes/$class_theme/lang/$(script_file).$modu_lang |
23 | !read themes/$class_theme/lang/$(script_file).$modu_lang |
23 | !endif |
24 | !endif |
24 | !if $theme_class!=$empty |
25 | !if $theme_class!=$empty |
Line 124... | Line 125... | ||
124 | !for i_ in $wims_otherlangs |
125 | !for i_ in $wims_otherlangs |
125 | !set 1_=!append line $i_,0,<a href="wims.cgi?session=$session&+lang=$i_&+useropts=$useropts&+module=$wims_name_mbase"><img src="gifs/$i_.gif" border=1 alt="$i_" /></a> to $1_ |
126 | !set 1_=!append line $i_,0,<a href="wims.cgi?session=$session&+lang=$i_&+useropts=$useropts&+module=$wims_name_mbase"><img src="gifs/$i_.gif" border=1 alt="$i_" /></a> to $1_ |
126 | !next i_ |
127 | !next i_ |
127 | !endif |
128 | !endif |
128 | !endif |
129 | !endif |
129 | - | ||
130 | !if $wims_user$wims_developer!=$empty and _ notin $session |
130 | !if $wims_user$wims_developer!=$empty and _ notin $session |
131 | !set wims_link_close=!append line visitor,1,cmd=close&module=home\ |
131 | !set wims_link_close=!append line visitor,1,cmd=close&module=home\ |
132 | to $wims_link_close |
132 | to $wims_link_close |
133 | !endif |
133 | !endif |
134 | 134 |