aboutsummaryrefslogtreecommitdiff
path: root/html/functions.php3
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-27 14:28:52 +0000
committerDavid Aspinall2000-09-27 14:28:52 +0000
commit3c4e89e92f4200f65c6b2d8497c62ed560cfbcaa (patch)
tree31a07221fe7d64a9354f16f1d55016a3d4afee63 /html/functions.php3
parent627f01c44ef2aa294c5e27697e863c6795f6b125 (diff)
Updated web pages, misc improvements.
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php314
1 files changed, 6 insertions, 8 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index 0422dc37..28130564 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -14,8 +14,8 @@
// Project configuration
-$project_email = "proofgen@dcs.ed.ac.uk";
-$project_list = "proofgeneral@dcs.ed.ac.uk";
+$project_email = "feedback@proofgeneral.org";
+$project_list = "users@proofgeneral.org";
$project_title = "Proof General";
$project_subtitle = "Organize your Proofs!";
$project_full_title = $project_title . " --- " . $project_subtitle;
@@ -31,8 +31,9 @@ print $dtd_loose;
// Validator address
-$validator = "http://validator.dcs.ed.ac.uk/";
-// $validator = "http://localhost/validator/";
+// $validator = "http://validator.dcs.ed.ac.uk/";
+// It's a private link which won't work elsewhere, but never mind.
+ $validator = "http://localhost/validator/";
function mlink($addr) {
print "<a href=\"mailto:" . $addr . "\">" . $addr . "</a>";
@@ -112,13 +113,10 @@ function date_modified($filename) {
}
}
-/* Nav bar separator */
-$separator = ' <img src="images/bullethole.gif" alt="." align=top> ';
-
/* A link to one of the main pages (must appear in navbar menu) */
function link_root($page,$text) {
- print "<a href=\"index.phtml?page=" . $page . "\">";
+ print "<a href=\"index.phtml?page=" . $page . "\">";
print $text;
print "</a>";
}