Subversion Repositories wimsdev

Rev

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

  1.  
  2. !default wims_theme=default
  3.  
  4. !!if $wims_read_parm=tail and $wims_tailtype=doc
  5. !! !set 1_=doctail
  6. !!else
  7. !! !set 1_=$wims_read_parm
  8. !!!endif
  9. !if $wims_read_parm=header and $wims_headertype=doc
  10.  !set 1_=docheader
  11. !else
  12.  !set 1_=$wims_read_parm
  13. !endif
  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
  18.  
  19.