From 3c4e89e92f4200f65c6b2d8497c62ed560cfbcaa Mon Sep 17 00:00:00 2001
From: David Aspinall
Date: Wed, 27 Sep 2000 14:28:52 +0000
Subject: Updated web pages, misc improvements.
---
html/functions.php3 | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
(limited to 'html/functions.php3')
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 "" . $addr . "";
@@ -112,13 +113,10 @@ function date_modified($filename) {
}
}
-/* Nav bar separator */
-$separator = '
';
-
/* A link to one of the main pages (must appear in navbar menu) */
function link_root($page,$text) {
- print "";
+ print "";
print $text;
print "";
}
--
cgit v1.2.3