Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $wims_askcookie=yes and $wims_class!=$empty
  3.  !changeto askcookie.phtml
  4. !endif
  5.  
  6. !set home_theme=!text select 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/ in $wims_theme
  7. !default home_theme=default
  8.  
  9. !read themes/$home_theme/$wims_read_parm.phtml
  10. !if $home_theme!=yes and $home_theme!=default
  11.  !read themes/default/$wims_read_parm.phtml
  12. !endif
  13.  
  14.