diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-17 09:50:56 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-17 09:50:56 +0000 |
| commit | 09d9d6a61a582d707910ee43b5eca557ad2b5252 (patch) | |
| tree | b63fcb8f41a5ce75d7cce23f4dd2eb3646d20fe9 /includes/functions/functions_print.php | |
| parent | 6c8fe253b24c89f098742b12775c1cd524ac5482 (diff) | |
| download | webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.tar.gz webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.tar.bz2 webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.zip | |
Move common images to the common images folder
Diffstat (limited to 'includes/functions/functions_print.php')
| -rw-r--r-- | includes/functions/functions_print.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 329c2fed39..6e0da59840 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -1431,7 +1431,7 @@ function print_asso_rela_record($pid, $factrec, $linebr=false, $type='INDI') { if (!$relationship1) { $relationship1=i18n::translate('Relationship Chart'); } - $relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&pid2='.$amatch[1].'&ged='.urlencode(WT_GEDCOM).'">'.$relationship1.'<img src="'.$WT_IMAGES['sex']['small'].'" class="gender_image" /></a>'; + $relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&pid2='.$amatch[1].'&ged='.urlencode(WT_GEDCOM).'">'.$relationship1.'<img src="'.$WT_IMAGES['sexm']['small'].'" class="gender_image" /></a>'; } if ($parents["WIFE"]) { $relationship2=get_relationship_name(get_relationship($parents["WIFE"], $amatch[1], true, 4)); @@ -1494,7 +1494,7 @@ function print_asso_rela_record($pid, $factrec, $linebr=false, $type='INDI') { if (!$relationship1) { $relationship1=i18n::translate('Relationship Chart'); } - $relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&pid2='.$amatch[1].'&ged='.urlencode(WT_GEDCOM).'">'.$relationship1.'<img src="'.$WT_IMAGES['sex']['small'].'" class="gender_image" /></a>'; + $relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&pid2='.$amatch[1].'&ged='.urlencode(WT_GEDCOM).'">'.$relationship1.'<img src="'.$WT_IMAGES['sexm']['small'].'" class="gender_image" /></a>'; } if ($parents["WIFE"]) { $relationship2=get_relationship_name(get_relationship($parents["WIFE"], $amatch[1], true, 4)); |
