Subversion Repositories wimsdev

Rev

Rev 8119 | Go to most recent revision | Details | 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
9
!endif
10
 
11
!read wimshome/modules/home/languages
12
!read tabletheme
13
 
14
!if $phtml!=$empty
15
 wims_module_log=call $phtml
16
!endif
17