\n";
if ($_SERVER['PHP_SELF'] != "/index.php") {
$ret .= "Back
";
}
$ret .= "";
// Start the session (for storing access tokens and things)
if (!headers_sent()) {
session_start();
}
return $ret;
}
function pageFooter($file = null)
{
$ret = "";
if ($file) {
$ret .= "Code:
";
$ret .= "";
$ret .= htmlspecialchars(file_get_contents($file));
$ret .= "";
}
$ret .= "