Subversion Repositories wimsdev

Rev

Rev 3048 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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