diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php index 395224478e8..b510800f754 100644 --- a/htdocs/user/param_ihm.php +++ b/htdocs/user/param_ihm.php @@ -185,8 +185,9 @@ if ($_GET["action"] == 'edit') print '
'; + // Theme - show_theme($fuser,(($user->admin || empty($dolibarr_main_demo))?1:0),true); + show_theme($fuser,empty($dolibarr_main_demo)?1:0,true); print '';