Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
16 reyssat 1
 
3048 bpr 2
!!!default wims_theme=default
16 reyssat 3
 
1181 bpr 4
!if $wims_read_parm=tail and $wims_headertype=doc
5
 !set 1_=doctail
6
!goto end
7
!endif
16 reyssat 8
!if $wims_read_parm=header and $wims_headertype=doc
9
 !set 1_=docheader
10
!else
11
 !set 1_=$wims_read_parm
12
!endif
1181 bpr 13
:end
16 reyssat 14
!read ./themes/$wims_theme/$1_.phtml
15
!if $(wims_theme_$1_)!=yes and $wims_theme!=default
16
 !read ./themes/default/$1_.phtml
17
!endif