diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-24 22:44:50 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-24 22:44:50 +0000 |
| commit | 7c737d0f9bd8d2fe4bfe86b05bd0b543a959ec03 (patch) | |
| tree | 013e92040faa743e4ef663a444a4fb736ba6954b /includes/functions/functions_print.php | |
| parent | ac60e265a8504e1478811e5778c7038eec29b70c (diff) | |
| download | webtrees-7c737d0f9bd8d2fe4bfe86b05bd0b543a959ec03.tar.gz webtrees-7c737d0f9bd8d2fe4bfe86b05bd0b543a959ec03.tar.bz2 webtrees-7c737d0f9bd8d2fe4bfe86b05bd0b543a959ec03.zip | |
Diffstat (limited to 'includes/functions/functions_print.php')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 4d7db23bbc..e30f1bbf2d 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -431,7 +431,7 @@ function print_pedigree_person($pid, $style=1, $show_famlink=true, $count=0, $pe */ function print_header($title, $head="", $use_alternate_styles=true) { global $bwidth; - global $HOME_SITE_URL, $HOME_SITE_TEXT, $SERVER_URL; + global $HOME_SITE_URL, $HOME_SITE_TEXT; global $BROWSERTYPE, $SEARCH_SPIDER; global $view, $cart; global $WT_IMAGE_DIR, $GEDCOM, $GEDCOM_TITLE, $COMMON_NAMES_THRESHOLD, $INDEX_DIRECTORY; |
