diff options
Diffstat (limited to 'themes/clouds/header.php')
| -rw-r--r-- | themes/clouds/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php index 8fa4693707..fc4b7112ab 100644 --- a/themes/clouds/header.php +++ b/themes/clouds/header.php @@ -47,7 +47,7 @@ echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', '<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>', '<head>', - '<title>', htmlspecialchars($title), '</title>', + '<title>', htmlspecialchars($GEDCOM_TITLE), '</title>', '<link rel="shortcut icon" href="', $FAVICON, '" type="image/x-icon">'; if (WT_USE_LIGHTBOX) { |
