diff options
| author | David Aspinall | 1999-10-15 18:16:06 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-15 18:16:06 +0000 |
| commit | 11b26704cbb61fd92f6dd242e7fd3c65f6fc8d8b (patch) | |
| tree | adfec5c1bdc4de42aa6413965022cef0e8be361a /html/functions.php3 | |
| parent | 88f227e34d6dc778f99e585587811b6a6bd33f3a (diff) | |
Fixed bug
Diffstat (limited to 'html/functions.php3')
| -rw-r--r-- | html/functions.php3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/functions.php3 b/html/functions.php3 index 65e9b155..efa23165 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -16,8 +16,9 @@ $project_email = "proofgen@dcs.ed.ac.uk"; $project_list = "proofgeneral@dcs.ed.ac.uk"; -$project_title = "Proof General" +$project_title = "Proof General"; $project_subtitle = "Organize your Proofs!"; +$project_full_title = $project_title . " --- " . $project_subtitle; // DTD |
