common htmlHeader - jcobban/Genealogy GitHub Wiki

The function htmlHeader emits the initial portion of a web page in the case where the script does not yet support the use of Templates including the document type comment, the <html> tag, and the <head> section of the page. This function takes three parameters: the first is the title of the page. The second is an optional array containing the paths to the Javascript files used by this script. The third parameter is set to true if the current page requires the inclusion of its own CSS style sheet. This function is scheduled to be removed once the entire system has migrated to the use of templates. The implementation uses the standard page template to lay out the page.