Subversion Repositories wimsdev

Rev

Rev 8538 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8538 Rev 12821
Line 1... Line 1...
1
 
1
 
2
!if $wims_askcookie=yes and $wims_class!=$empty
2
!if $wims_askcookie=yes and $wims_class!=$empty
3
 !changeto askcookie.phtml
3
  !changeto askcookie.phtml
4
!endif
4
!endif
5
!if __widgets isin _$wims_read_parm
5
!if __widgets isin _$wims_read_parm
6
 !read themes/$wims_read_parm
6
  !read themes/$wims_read_parm
7
!endif
7
!endif
8
!read themes/$home_theme/$wims_read_parm.phtml
8
!read themes/$home_theme/$wims_read_parm.phtml
9
!if $home_theme!=yes and $home_theme!=default
9
!if $home_theme!=yes and $home_theme!=default
10
 !read themes/default/$wims_read_parm.phtml
10
  !read themes/default/$wims_read_parm.phtml
11
!endif
11
!endif