Rev 33 | Rev 7077 | Go to most recent revision | Details | Compare with Previous | 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 | |||
3600 | guerimand | 9 | !let site_logo=!defof site_logo\ |
10 | site_logolink in wimshome/log/wims.conf |
||
11 | !distribute line $site_logo into site_logo,site_logolink |
||
12 | |||
33 | reyssat | 13 | !read themes/$home_theme/$wims_read_parm.phtml |
14 | !if $home_theme!=yes and $home_theme!=default |
||
15 | !read themes/default/$wims_read_parm.phtml |
||
16 | !endif |
||
17 |