Subversion Repositories wimsdev

Rev

Rev 13068 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13068 Rev 13069
Line 13... Line 13...
13
!read wimshome/modules/home/languages
13
!read wimshome/modules/home/languages
14
!read tabletheme
14
!read tabletheme
15
 
15
 
16
!set page_id = !replace internal . by , in $phtml
16
!set page_id = !replace internal . by , in $phtml
17
!set page_id=!item 1 of $page_id
17
!set page_id=!item 1 of $page_id
18
 
-
 
19
!if $page_id isitemof download,mirror,cgu,useropts
18
!if $page_id isitemof download,mirror,cgu,useropts
20
  !! shows some Site relative menu items when not in a class
19
  !! shows some Site relative menu items when not in a class and not in a popup window
21
  !if $wims_class==$empty
20
  !if $wims_class==$empty and _ notin $wims_session
22
    !read adm/language wimshome/public_html/html/name.phtml
21
    !read adm/language wimshome/public_html/html/name.phtml
23
    !read wimshome/public_html/html/name.phtml.fr
22
    !read wimshome/public_html/html/name.phtml.fr
24
    !read themes/_procs/site.proc
23
    !read themes/_procs/site.proc
25
    !set wims_menu_items = $wims_menu_items\
24
    !set wims_menu_items = $wims_menu_items\
26
    itemsep,0,$$wims_name_Site\
25
    itemsep,0,$$wims_name_Site\
27
    $wims_rm_0
26
    $wims_rm_0
28
  !endif
27
  !endif
29
  !if $page_id=useropts
28
  !if $page_id=useropts
30
    !set page_id=pref
29
    !set page_id=pref
31
  !endif
30
  !endif
32
  !set wims_ariane_self=no
31
  !set wims_ariane_self=no
33
  !set wims_ariane=!append line $page_id,8 to $wims_ariane
32
  !set wims_ariane=!append line $page_id,8 to $wims_ariane
34
!endif
33
!endif
35
 
34
 
36
 
35
 
37
!if $phtml!=$empty
36
!if $phtml!=$empty
38
  wims_module_log=call $phtml
37
  wims_module_log=call $phtml
39
!endif
38
!endif
40
 
-