diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/functions.php3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/functions.php3 b/html/functions.php3 index 86ef295a..c3bb4bc7 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -20,6 +20,8 @@ $project_title = "Proof General"; $project_subtitle = "Organize your Proofs!"; $project_full_title = $project_title . " --- " . $project_subtitle; +if ($title == "") { $title = $project_title; } // default page title. + // DTD $dtd_strict = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"; |
