X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_theme.php;h=70d8eb60a34afbc5768c5d6704e634a07367fa25;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=259ec7b1fe06988e09a714cf8ba68651eb6b099d;hpb=0d191c7bff92b9a9bbc44dab48855477edb99ebf;p=fa-stable.git diff --git a/admin/inst_theme.php b/admin/inst_theme.php index 259ec7b1..70d8eb60 100644 --- a/admin/inst_theme.php +++ b/admin/inst_theme.php @@ -14,7 +14,7 @@ $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root."/includes/packages.inc"); -if ($use_popup_windows) { +if ($SysPrefs->use_popup_windows) { $js = get_js_open_window(900, 500); } page(_($help_context = "Install Themes"), false, false, '', $js);