summaryrefslogtreecommitdiff
path: root/themes/clouds/header.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-20 12:14:46 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-20 12:14:46 +0000
commit3a7ba940b94f15f89a04350382ab5d8f84910f6c (patch)
treea0555685dd448c02e8f28a0140bf3689c9494870 /themes/clouds/header.php
parent20472fd1db74b87e6a917d59631cbeafd8b1f508 (diff)
downloadwebtrees-3a7ba940b94f15f89a04350382ab5d8f84910f6c.tar.gz
webtrees-3a7ba940b94f15f89a04350382ab5d8f84910f6c.tar.bz2
webtrees-3a7ba940b94f15f89a04350382ab5d8f84910f6c.zip
Fix: various config items
Diffstat (limited to 'themes/clouds/header.php')
-rw-r--r--themes/clouds/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php
index fc4b7112ab..8fa4693707 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($GEDCOM_TITLE), '</title>',
+ '<title>', htmlspecialchars($title), '</title>',
'<link rel="shortcut icon" href="', $FAVICON, '" type="image/x-icon">';
if (WT_USE_LIGHTBOX) {