Author Topic: Default Theme not applied  (Read 3049 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Default Theme not applied
« on: August 02, 2019, 10:29:38 PM »
I added new theme for user panel  and I chose it to be default theme from admin panel, when I create new user account and try login to him,the login page display login.html template from my default theme, but after login he use original theme,
even the option 'Allow users to change theme' disabled.
I found the problem exactly in /home/<username>/.conf/cwp.ini
Code: [Select]
LANG=en
THEME=original
EMAIL=
Parameter 'THEME' has value 'original', it need to be name of default theme. or ignore it if option 'Allow users to change theme' disabled.