
" . "\n#imagewrap {\n background-color:$bgcolor;\n}" . "\n.dotsorange {\n background-color:$hicolor;\n}" . "\n\n"); } function pageTitle() { global $title; return ('Bruce Blackburn: ' . $title); } function titleDate() { global $title, $date; return ($title . '. ' . $date . '.'); } function removeComments($ar) { foreach($ar as $key => $line ) { if (substr($line, 0, 2) != '//'){ continue; } else if (substr($line, 0, 3) == '///') { $ar[$key] = substr($line, 1); } else { //it's a comment unset($ar[$key]); } } } function referenceHtml() { global $infile; $refhtml = strtolower(file_get_contents($infile)); // $ar_ref = array(); $ar_ref = explode(chr(10), $refhtml); removeComments(&$ar_ref); $refhtml = implode("\n