Hi
I've upgraded to NT14 from NT11. In my app the webserver procedure still has this template code, which apparently uses a variable that doesn't exist anymore:
If set:Theme = '' then set:theme = 'ui-lightness'.
s_web._SitesQueue.Defaults.DefaultTheme = set:theme
There is nowhere in my code a reference to set:theme and it's only exists in the generated code. Any ideas?
Thanks