aboutsummaryrefslogtreecommitdiffhomepage
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
parent907cfcf1b43e42c074743c78c8c2540eef0a984b (diff)
Added pg_title variable
-rw-r--r--html/functions.php32
-rw-r--r--html/head.phtml2
2 files changed, 3 insertions, 1 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>";
}
diff --git a/html/head.phtml b/html/head.phtml
index 9ba5ca24..f4464b8c 100644
--- a/html/head.phtml
+++ b/html/head.phtml
@@ -1,5 +1,5 @@
<head>
- <title>Proof General --- Organize your Proofs!</title>
+ <title><?php print $pg_title; ?></title>
<meta name="author" content="David Aspinall <da@dcs.ed.ac.uk>">
<meta name="keywords" content="Isabelle, LEGO, Coq, Emacs, XEmacs,
Interface, Theorem Prover, GUI, David Aspinall">