\n"; } // Add the local JS file (there's only one local file) function AddLocalJSFile($file, $lang = null) { global $_SERVER; if (file_exists("$_SERVER[DOCUMENT_ROOT]/$file")) SetConfigField("jsfile", $file, $lang); } // Display the local JS link function DisplayLocalJSLink() { $file = GetConfigField("jsfile"); if (!empty($file)) echo "\n"; } $included["Simpleweb/pageinfo.php"] = 1; } ?>