\n";
foreach ( $sheets as $sheet ) {
$extrasheets .= " \n";
}
require 'htmlheader.php';
}
//
// This function outputs the HTML footer along with adding script tags
// for any script files passed to the function. These files are assumed
// to be in the js/ folder.
//
function includeHTMLFooter(...$scripts) {
require 'htmlfooter.php';
foreach ( $scripts as $script ) {
echo "\n \n";
}
echo "