Rev 12811 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12811 | Rev 13068 | ||
---|---|---|---|
Line 15... | Line 15... | ||
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 | 18 | ||
19 | !if $page_id isitemof download,mirror,cgu,useropts |
19 | !if $page_id isitemof download,mirror,cgu,useropts |
- | 20 | !! shows some Site relative menu items when not in a class |
|
- | 21 | !if $wims_class==$empty |
|
20 | !read adm/language wimshome/public_html/html/name.phtml |
22 | !read adm/language wimshome/public_html/html/name.phtml |
21 | !read wimshome/public_html/html/name.phtml.fr |
23 | !read wimshome/public_html/html/name.phtml.fr |
22 | !read themes/_procs/site.proc |
24 | !read themes/_procs/site.proc |
23 | !set wims_menu_items = $wims_menu_items\ |
25 | !set wims_menu_items = $wims_menu_items\ |
24 | itemsep,0,$$wims_name_Site\ |
26 | itemsep,0,$$wims_name_Site\ |
25 | $wims_rm_0 |
27 | $wims_rm_0 |
- | 28 | !endif |
|
26 | !if $page_id=useropts |
29 | !if $page_id=useropts |
27 | !set page_id=pref |
30 | !set page_id=pref |
28 | !endif |
31 | !endif |
29 | !set wims_ariane_self=no |
32 | !set wims_ariane_self=no |
30 | !set wims_ariane=!append line $page_id,8 to $wims_ariane |
33 | !set wims_ariane=!append line $page_id,8 to $wims_ariane |
31 | !endif |
34 | !endif |
- | 35 | ||
32 | 36 | ||
33 | !if $phtml!=$empty |
37 | !if $phtml!=$empty |
34 | wims_module_log=call $phtml |
38 | wims_module_log=call $phtml |
35 | !endif |
39 | !endif |
36 | 40 |