summaryrefslogtreecommitdiff
path: root/fanchart.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-04-30 21:53:34 +0000
committerfisharebest <fisharebest@gmail.com>2011-04-30 21:53:34 +0000
commit84aaed09ac156690f915306b69736fe14a59a13d (patch)
tree104bb49c9ee0d58dcc99b6cbd09e664bff35be11 /fanchart.php
parent577d4f84ba9b78a446662d34e18a99de2489eeb8 (diff)
downloadwebtrees-84aaed09ac156690f915306b69736fe14a59a13d.tar.gz
webtrees-84aaed09ac156690f915306b69736fe14a59a13d.tar.bz2
webtrees-84aaed09ac156690f915306b69736fe14a59a13d.zip
Rename: Pedigree chart -> Pedigree tree
Diffstat (limited to 'fanchart.php')
-rw-r--r--fanchart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fanchart.php b/fanchart.php
index c8465329d8..dd9a990b79 100644
--- a/fanchart.php
+++ b/fanchart.php
@@ -302,7 +302,7 @@ function print_fan_chart($treeid, $fanw=640, $fandeg=270) {
}
echo "<br /><a href=\"descendancy.php?pid=$pid&amp;ged=".WT_GEDURL."\" >".WT_I18N::translate('Descendants')."</a>";
echo "<br /><a href=\"ancestry.php?rootid=$pid&amp;ged=".WT_GEDURL."\" onmouseover=\"clear_family_box_timeout('".$pid.".".$count."');\" onmouseout=\"family_box_timeout('".$pid.".".$count."');\">".WT_I18N::translate('Ancestors')."</a>";
- echo "<br /><a href=\"compact.php?rootid=$pid&amp;ged=".WT_GEDURL."\" onmouseover=\"clear_family_box_timeout('".$pid.".".$count."');\" onmouseout=\"family_box_timeout('".$pid.".".$count."');\">".WT_I18N::translate('Compact chart')."</a>";
+ echo "<br /><a href=\"compact.php?rootid=$pid&amp;ged=".WT_GEDURL."\" onmouseover=\"clear_family_box_timeout('".$pid.".".$count."');\" onmouseout=\"family_box_timeout('".$pid.".".$count."');\">".WT_I18N::translate('Compact tree')."</a>";
echo "<br /><a href=\"".$tempURL."\" onmouseover=\"clear_family_box_timeout('".$pid.".".$count."');\" onmouseout=\"family_box_timeout('".$pid.".".$count."');\">".WT_I18N::translate('Fan chart')."</a>";
echo "<br /><a href=\"hourglass.php?pid=$pid&amp;ged=".WT_GEDURL."\" onmouseover=\"clear_family_box_timeout('".$pid.".".$count."');\" onmouseout=\"family_box_timeout('".$pid.".".$count."');\">".WT_I18N::translate('Hourglass chart')."</a>";
if (array_key_exists('tree', WT_Module::getActiveModules())) {