Subversion Repositories wimsdev

Rev

Rev 10447 | Details | Compare with Previous | Last modification | View Log | RSS feed

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