aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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">