Rev 10447 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!!!default wims_theme=default
!if $wims_read_parm=tail and $wims_headertype=doc
!set tmp=doctail
!endif
!if $wims_read_parm=header and
$wims_headertype=doc
!set tmp=docheader
!else
!set tmp=$wims_read_parm
!endif
!read ./themes/$wims_theme/$tmp.phtml
!if $(wims_theme_$tmp)!=yes and $wims_theme!=default
!read ./themes/default/$tmp.phtml
!endif