Rev 3600 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | reyssat | 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 |