- Added field to sec_users table to store name of theme that the user likes
- Added code in sec_login to get the value of that field (and echo reveals that it has been retrieved)
- sc_set_theme([glo_var]) does not work. Nothing works except text …sc_set_them(“themeName”)
I’ve tried a global variable, field on the login page, local variable … nothing works. Has anyone been able to make this work?