Subversion Repositories wimsdev

Rev

Rev 8119 | Rev 13068 | 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
12811 obado 8
  module_language=$ltest
8119 bpr 9
!else
12811 obado 10
  module_language=$lang
23 reyssat 11
!endif
12
 
13
!read wimshome/modules/home/languages
14
!read tabletheme
15
 
12811 obado 16
!set page_id = !replace internal . by , in $phtml
17
!set page_id=!item 1 of $page_id
18
 
19
!if $page_id isitemof download,mirror,cgu,useropts
20
  !read adm/language wimshome/public_html/html/name.phtml
21
  !read wimshome/public_html/html/name.phtml.fr
22
  !read themes/_procs/site.proc
23
  !set wims_menu_items = $wims_menu_items\
24
  itemsep,0,$$wims_name_Site\
25
  $wims_rm_0
26
  !if $page_id=useropts
27
    !set page_id=pref
28
  !endif
29
  !set wims_ariane_self=no
30
  !set wims_ariane=!append line $page_id,8 to $wims_ariane
31
!endif
32
 
23 reyssat 33
!if $phtml!=$empty
12811 obado 34
  wims_module_log=call $phtml
23 reyssat 35
!endif
36