Forum Discussion
RokuJoel
14 years agoBinge Watcher
you would put your theme in a "theme function" and call that when the channel first loads:
sub main()
settheme()
'do stuff
end sub
sub main()
settheme()
'do stuff
end sub