Subversion Repositories wimsdev

Rev

Rev 23 | Rev 12811 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
wims_prefix=class user tmp n sharing sharable
3
phtml=!trim $phtml
4
talign=$wims_texalign
5
point=!char -3 of $phtml
6
ltest=!char -2,-1 of $phtml
7
!if $point=. and $ltest iswordof $wims_site_languages
8
 module_language=$ltest
8119 bpr 9
!else
10
 module_language=$lang
23 reyssat 11
!endif
12
 
13
!read wimshome/modules/home/languages
14
!read tabletheme
15
 
16
!if $phtml!=$empty
17
 wims_module_log=call $phtml
18
!endif
19