'; ?>
load_tables(); } /* Possible file locations */ $safe_language = safe_url_extraclean ($user_language, "en"); $safe_id = safe_url_extraclean ($id, ""); $files = array ($config["homedir"]."/include/help/".$safe_language."/help_".$safe_id.".php", $config["homedir"]."/".ENTERPRISE_DIR."/include/help/".$safe_language."/help_".$safe_id.".php", $config["homedir"]."/".ENTERPRISE_DIR."/include/help/en/help_".$safe_id.".php", $config["homedir"]."/include/help/en/help_".$safe_id.".php"); $help_file = ''; foreach ($files as $file) { if (file_exists ($file)) { $help_file = $file; break; } } $logo = ui_get_custom_header_logo(true); if (! $id || ! file_exists ($help_file)) { echo '