diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-22 23:37:01 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-22 23:37:01 +0000 |
| commit | afdf448bdfb3053851f506a170c2650b89f0d3fa (patch) | |
| tree | 14e75ba286d6f16d7ad728460a886a55f2ad9a61 /themes/clouds/header.php | |
| parent | bd74d957d64ce061b87a923e7d9dc75bac8ed627 (diff) | |
| download | webtrees-afdf448bdfb3053851f506a170c2650b89f0d3fa.tar.gz webtrees-afdf448bdfb3053851f506a170c2650b89f0d3fa.tar.bz2 webtrees-afdf448bdfb3053851f506a170c2650b89f0d3fa.zip | |
Misc color text changes
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) { |
