dirroot/lang/$lang/help/$file"; } else { $filepath = "$CFG->dirroot/lang/$lang/help/$module/$file"; } if (file_exists("$filepath")) { $helpfound = true; include("$filepath"); // The actual helpfile break; } } } else { echo "

"; echo $text; echo "

"; $helpfound = true; } if (!$helpfound) { notify("Help file '$file' could not be found!"); } close_window_button(); ?>