X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;fp=includes%2Fpage%2Fheader.inc;h=9f785f4b3d93f02a81b0aca617a5cccc9f53c19c;hb=dfd951ec7a8088a89710cb9a8d9ade6705c566af;hp=721ba242d258ad3a6cc495054b40a2b170ef3f41;hpb=58c88baf08f4c3d9c229a9398f871aabf232f252;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 721ba242..9f785f4b 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -85,7 +85,7 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" $theme = user_theme(); - if ($SysPrefs->help_base_url != null && $SysPrefs->SysPrefs->use_popup_windows && $js == '') + if ($SysPrefs->help_base_url != null && $SysPrefs->use_popup_windows && $js == '') { if (!function_exists('get_js_open_window')) {