diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-23 21:12:18 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-23 21:12:18 +0000 |
| commit | ca787d685ed357b66c9817d1c08881675b57905f (patch) | |
| tree | daa28bc50980cdc1e86a5732d8e73f9689816ecd /includes/functions/functions_print.php | |
| parent | 8645a307802c095ee88dd4ee1c032c89a3ef06df (diff) | |
| download | webtrees-ca787d685ed357b66c9817d1c08881675b57905f.tar.gz webtrees-ca787d685ed357b66c9817d1c08881675b57905f.tar.bz2 webtrees-ca787d685ed357b66c9817d1c08881675b57905f.zip | |
Remove conflicting gedcom/theme settings for favicon.ico and remove duplicated files.
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 7b69bb4e40..da95fe4ae2 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -404,7 +404,7 @@ function print_pedigree_person($pid, $style=1, $count=0, $personcount="1") { function print_header($title, $head="", $use_alternate_styles=true) { global $bwidth, $HOME_SITE_URL, $HOME_SITE_TEXT, $BROWSERTYPE, $SEARCH_SPIDER, $view, $cart; global $GEDCOM, $GEDCOM_TITLE, $QUERY_STRING, $action, $query, $theme_name; - global $FAVICON, $stylesheet, $print_stylesheet, $rtl_stylesheet, $headerfile, $toplinks, $THEME_DIR, $print_headerfile; + global $stylesheet, $print_stylesheet, $rtl_stylesheet, $headerfile, $toplinks, $THEME_DIR, $print_headerfile; global $WT_IMAGES, $TEXT_DIRECTION, $ONLOADFUNCTION, $REQUIRE_AUTHENTICATION; header("Content-Type: text/html; charset=UTF-8"); |
