aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/functions.php3
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-06-28 16:04:41 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-06-28 16:04:41 +0000
commit525a910eafd490cab3336cbc41fb01ffc921bef8 (patch)
treecd707bc52a4f1601a3d1dc9e0f91996dbd2bf80e /html/functions.php3
parent907cfcf1b43e42c074743c78c8c2540eef0a984b (diff)
Added pg_title variable
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php32
1 files changed, 2 insertions, 0 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index abba6128..5a86984c 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -13,6 +13,8 @@
$pg_email = "proofgen@dcs.ed.ac.uk";
$pg_list = "proofgeneral@dcs.ed.ac.uk";
+$pg_title = "Proof General --- Organize your Proofs!";
+
function mlink($addr) {
print "<a href=\"mailto:" . $addr . "\">" . $addr . "</a>";
}