X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fdisplay_prefs.php;h=b84c1da602b9de54b6e0f33ab5fa925ec9fbcd5e;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=2581b2590e3ebf38c2d26d11482e09e18433532a;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/admin/display_prefs.php b/admin/display_prefs.php index 2581b259..b84c1da6 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -50,6 +50,9 @@ if (isset($_POST['setprefs'])) flush_dir($comp_path.'/'.user_company().'/js_cache'); + if ($chg_theme) + $_SESSION['bordercolor'] = "#8cacbb"; + if ($chg_theme || $chg_lang) meta_forward($_SERVER['PHP_SELF']);