\n"; $html .= "\n"; $html .= "\t\n"; $html .= "\t\t\n"; $html .= "\t\t\n"; if (file_exists($Icon)) $html .= "\t\t\n"; if (file_exists($Stylesheet)) $html .= "\t\t\n"; if (file_exists($javaScript)) $html .= "\t\t\n"; $html .= "\t\t$instanceName\n"; $html .= "\t\t
\n"; $html .= "\t\t\t\n"; if (file_exists($Logo)) $html .= "\t\t\t\t\n"; $html .= "\t\t\t\t$instanceName\n"; $html .= "\t\t\t\n"; $html .= "\t\t
\n"; $html .= "\t\n"; $html .= "\t\n"; $html .= "\t\t
\n"; return "$html"; } function printFooter($html) { include "config.php"; $html .= "\t\t
\n"; $html .= "\t\n"; $html .= "\n"; return "$html"; } ?>