From 334fa07079c3dba9ba9f2e83d76cf59b32ee000e Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 9 Mar 2000 10:56:01 +0000 Subject: Only set page title if not already set --- html/functions.php3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html') 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 = "\n"; -- cgit v1.2.3