X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=admin%2Fdisplay_prefs.php;h=d792f10441fb040dafb30369d70aa8356b0cebae;hb=1b163e169c22e3b38d3bb766ceee8fa2b08aa084;hp=228987cb26ea11c5d82584dede86cc72e1b27e73;hpb=f7b0f0130571e3473baead5cffe25666170fe70f;p=fa-stable.git diff --git a/admin/display_prefs.php b/admin/display_prefs.php index 228987cb..d792f104 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -45,10 +45,10 @@ if (isset($_POST['setprefs'])) $_SESSION['language']->set_language($_POST['language']); // refresh main menu - flush_dir($comp_path.'/'.user_company().'/js_cache'); + flush_dir(company_path().'/js_cache'); - if ($chg_theme) - $_SESSION['bordercolor'] = "#8cacbb"; + if ($chg_theme && $allow_demo_mode) + $_SESSION["wa_current_user"]->prefs->theme = $_POST['theme']; if ($chg_theme || $chg_lang) meta_forward($_SERVER['PHP_SELF']); @@ -63,7 +63,7 @@ if (isset($_POST['setprefs'])) start_form(); -start_outer_table($table_style2); +start_outer_table(TABLESTYLE2); table_section(1); table_section_title(_("Decimal Places"));