X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fdisplay_prefs.php;h=1de931ebac1f3f0ff3d49389611b7ba045ce9be0;hb=081465f30442afc4f008a1c7038bef320466a730;hp=2581b2590e3ebf38c2d26d11482e09e18433532a;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/admin/display_prefs.php b/admin/display_prefs.php index 2581b259..1de931eb 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -13,7 +13,7 @@ $page_security = 'SA_SETUPDISPLAY'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); -page(_("Display Setup")); +page(_($help_context = "Display Setup")); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); @@ -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']);