|
|
|
@ -78,7 +78,6 @@ if(api_get_setting('user_selected_theme') == 'true') |
|
|
|
{ |
|
|
|
{ |
|
|
|
$useri = api_get_user_info(); |
|
|
|
$useri = api_get_user_info(); |
|
|
|
$theme = $useri['theme']; |
|
|
|
$theme = $useri['theme']; |
|
|
|
error_log('Theme is now: '.$theme.' while $my_style is now: '.$my_style,0); |
|
|
|
|
|
|
|
if(!empty($theme) && $theme != $my_style) |
|
|
|
if(!empty($theme) && $theme != $my_style) |
|
|
|
{ |
|
|
|
{ |
|
|
|
$my_style = $theme; |
|
|
|
$my_style = $theme; |
|
|
|
|