diff options
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 |
