Rev 14348 | Rev 15295 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14348 | Rev 15280 | ||
---|---|---|---|
Line 126... | Line 126... | ||
126 | !endif |
126 | !endif |
127 | !if $auth_login!=$empty |
127 | !if $auth_login!=$empty |
128 | devdir=modules/devel/$auth_login |
128 | devdir=modules/devel/$auth_login |
129 | !endif |
129 | !endif |
130 | 130 | ||
131 | !read scripts/getindex $modreq |
131 | !read scripts/getindex.proc $modreq |
132 | !default i_translation_language=$translation_language |
132 | !default i_translation_language=$translation_language |
133 | 133 | ||
134 | deflist1=translation_language |
134 | deflist1=translation_language |
135 | trans_lang=!words2items $i_translation_language |
135 | trans_lang=!words2items $i_translation_language |
136 | i_translation_language=!listintersect $trans_lang and $langlist |
136 | i_translation_language=!listintersect $trans_lang and $langlist |