summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-07-17 09:50:56 +0000
committerfisharebest <fisharebest@gmail.com>2010-07-17 09:50:56 +0000
commit09d9d6a61a582d707910ee43b5eca557ad2b5252 (patch)
treeb63fcb8f41a5ce75d7cce23f4dd2eb3646d20fe9
parent6c8fe253b24c89f098742b12775c1cd524ac5482 (diff)
downloadwebtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.tar.gz
webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.tar.bz2
webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.zip
Move common images to the common images folder
-rw-r--r--images/sex_f_15x15.gif (renamed from themes/clouds/images/female.gif)bin119 -> 119 bytes
-rw-r--r--images/sex_f_9x9.gif (renamed from themes/clouds/images/small/female.gif)bin102 -> 102 bytes
-rw-r--r--images/sex_m_15x15.gif (renamed from themes/clouds/images/male.gif)bin124 -> 124 bytes
-rw-r--r--images/sex_m_9x9.gif (renamed from themes/clouds/images/small/male.gif)bin103 -> 103 bytes
-rw-r--r--images/sex_u_15x15.gif (renamed from themes/clouds/images/fe_male.gif)bin124 -> 124 bytes
-rw-r--r--images/sex_u_9x9.gif (renamed from themes/fab/images/small/fe_male.gif)bin101 -> 101 bytes
-rw-r--r--includes/classes/class_person.php10
-rw-r--r--includes/functions/functions_print.php4
-rw-r--r--themes/clouds/images/small/fe_male.gifbin854 -> 0 bytes
-rw-r--r--themes/clouds/theme.php12
-rw-r--r--themes/colors/images/fe_male.gifbin124 -> 0 bytes
-rw-r--r--themes/colors/images/female.gifbin119 -> 0 bytes
-rw-r--r--themes/colors/images/male.gifbin124 -> 0 bytes
-rw-r--r--themes/colors/images/small/fe_male.gifbin854 -> 0 bytes
-rw-r--r--themes/colors/images/small/female.gifbin102 -> 0 bytes
-rw-r--r--themes/colors/images/small/male.gifbin103 -> 0 bytes
-rw-r--r--themes/colors/theme.php12
-rw-r--r--themes/fab/images/fe_male.gifbin124 -> 0 bytes
-rw-r--r--themes/fab/images/female.gifbin119 -> 0 bytes
-rw-r--r--themes/fab/images/male.gifbin124 -> 0 bytes
-rw-r--r--themes/fab/images/small/female.gifbin102 -> 0 bytes
-rw-r--r--themes/fab/images/small/male.gifbin103 -> 0 bytes
-rw-r--r--themes/fab/theme.php12
-rw-r--r--themes/minimal/images/small/fe_male.gifbin854 -> 0 bytes
-rw-r--r--themes/minimal/images/small/female.gifbin857 -> 0 bytes
-rw-r--r--themes/minimal/images/small/male.gifbin856 -> 0 bytes
-rw-r--r--themes/minimal/theme.php6
-rw-r--r--themes/webtrees/images/fe_male.gifbin124 -> 0 bytes
-rw-r--r--themes/webtrees/images/female.gifbin119 -> 0 bytes
-rw-r--r--themes/webtrees/images/male.gifbin124 -> 0 bytes
-rw-r--r--themes/webtrees/images/small/fe_male.gifbin101 -> 0 bytes
-rw-r--r--themes/webtrees/images/small/female.gifbin102 -> 0 bytes
-rw-r--r--themes/webtrees/images/small/male.gifbin103 -> 0 bytes
-rw-r--r--themes/webtrees/theme.php12
-rw-r--r--themes/xenea/images/fe_male.gifbin124 -> 0 bytes
-rw-r--r--themes/xenea/images/female.gifbin119 -> 0 bytes
-rw-r--r--themes/xenea/images/male.gifbin124 -> 0 bytes
-rw-r--r--themes/xenea/images/small/fe_male.gifbin101 -> 0 bytes
-rw-r--r--themes/xenea/images/small/female.gifbin102 -> 0 bytes
-rw-r--r--themes/xenea/images/small/male.gifbin103 -> 0 bytes
-rw-r--r--themes/xenea/theme.php12
41 files changed, 43 insertions, 37 deletions
diff --git a/themes/clouds/images/female.gif b/images/sex_f_15x15.gif
index 18fcacded1..18fcacded1 100644
--- a/themes/clouds/images/female.gif
+++ b/images/sex_f_15x15.gif
Binary files differ
diff --git a/themes/clouds/images/small/female.gif b/images/sex_f_9x9.gif
index 8ff3c20f4e..8ff3c20f4e 100644
--- a/themes/clouds/images/small/female.gif
+++ b/images/sex_f_9x9.gif
Binary files differ
diff --git a/themes/clouds/images/male.gif b/images/sex_m_15x15.gif
index c1f4daf1c6..c1f4daf1c6 100644
--- a/themes/clouds/images/male.gif
+++ b/images/sex_m_15x15.gif
Binary files differ
diff --git a/themes/clouds/images/small/male.gif b/images/sex_m_9x9.gif
index 635309ca23..635309ca23 100644
--- a/themes/clouds/images/small/male.gif
+++ b/images/sex_m_9x9.gif
Binary files differ
diff --git a/themes/clouds/images/fe_male.gif b/images/sex_u_15x15.gif
index 215d6f1947..215d6f1947 100644
--- a/themes/clouds/images/fe_male.gif
+++ b/images/sex_u_15x15.gif
Binary files differ
diff --git a/themes/fab/images/small/fe_male.gif b/images/sex_u_9x9.gif
index f61de02c16..f61de02c16 100644
--- a/themes/fab/images/small/fe_male.gif
+++ b/images/sex_u_9x9.gif
Binary files differ
diff --git a/includes/classes/class_person.php b/includes/classes/class_person.php
index 14a9b908f5..5b9954e7dd 100644
--- a/includes/classes/class_person.php
+++ b/includes/classes/class_person.php
@@ -469,20 +469,20 @@ class Person extends GedcomRecord {
switch ($sex) {
case 'M':
- if (isset($WT_IMAGES['sex'][$size])) {
- return "<img src=\"{$WT_IMAGES['sex'][$size]}\" class=\"gender_image\" style=\"{$style}\" alt=\"{$title}\" title=\"{$title}\" />";
+ if (isset($WT_IMAGES['sexm'][$size])) {
+ return "<img src=\"{$WT_IMAGES['sexm'][$size]}\" class=\"gender_image\" style=\"{$style}\" alt=\"{$title}\" title=\"{$title}\" />";
} else {
return '<span style="size:'.$size.'">'.WT_UTF8_MALE.'</span>';
}
case 'F':
- if (isset($WT_IMAGES['sex'][$size])) {
+ if (isset($WT_IMAGES['sexf'][$size])) {
return "<img src=\"{$WT_IMAGES['sexf'][$size]}\" class=\"gender_image\" style=\"{$style}\" alt=\"{$title}\" title=\"{$title}\" />";
} else {
return '<span style="size:'.$size.'">'.WT_UTF8_FEMALE.'</span>';
}
default:
- if (isset($WT_IMAGES['sex'][$size])) {
- return "<img src=\"{$WT_IMAGES['sexn'][$size]}\" class=\"gender_image\" style=\"{$style}\" alt=\"{$title}\" title=\"{$title}\" />";
+ if (isset($WT_IMAGES['sexu'][$size])) {
+ return "<img src=\"{$WT_IMAGES['sexu'][$size]}\" class=\"gender_image\" style=\"{$style}\" alt=\"{$title}\" title=\"{$title}\" />";
} else {
return '<span style="size:'.$size.'">?</span>';
}
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"].'&amp;pid2='.$amatch[1].'&amp;ged='.urlencode(WT_GEDCOM).'">'.$relationship1.'<img src="'.$WT_IMAGES['sex']['small'].'" class="gender_image" /></a>';
+ $relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&amp;pid2='.$amatch[1].'&amp;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"].'&amp;pid2='.$amatch[1].'&amp;ged='.urlencode(WT_GEDCOM).'">'.$relationship1.'<img src="'.$WT_IMAGES['sex']['small'].'" class="gender_image" /></a>';
+ $relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&amp;pid2='.$amatch[1].'&amp;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));
diff --git a/themes/clouds/images/small/fe_male.gif b/themes/clouds/images/small/fe_male.gif
deleted file mode 100644
index 1f947bb9c8..0000000000
--- a/themes/clouds/images/small/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php
index 5c1de33e0b..ce30b06c4b 100644
--- a/themes/clouds/theme.php
+++ b/themes/clouds/theme.php
@@ -66,9 +66,9 @@ $WT_IMAGES['repository']['large'] = WT_THEME_DIR.'images/repository.gif';
$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.gif';
$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif';
-$WT_IMAGES['sex']['large'] = WT_THEME_DIR.'images/male.gif';
-$WT_IMAGES['sexf']['large'] = WT_THEME_DIR.'images/female.gif';
-$WT_IMAGES['sexn']['large'] = WT_THEME_DIR.'images/fe_male.gif';
+$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif';
+$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif';
+$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif';
$WT_IMAGES['edit_source']['large'] = WT_THEME_DIR.'images/small/edit_sour.gif';
$WT_IMAGES['edit_fam']['large'] = WT_THEME_DIR.'images/edit_fam.gif';
@@ -118,9 +118,9 @@ $WT_IMAGES['reports']['small'] = WT_THEME_DIR.'images/small/report.gif';
$WT_IMAGES['repository']['small'] = WT_THEME_DIR.'images/small/repository.gif';
$WT_IMAGES['rings']['small'] = WT_THEME_DIR.'images/small/rings.gif';
$WT_IMAGES['search']['small'] = WT_THEME_DIR.'images/small/search.gif';
-$WT_IMAGES['sex']['small'] = WT_THEME_DIR.'images/small/male.gif';
-$WT_IMAGES['sexf']['small'] = WT_THEME_DIR.'images/small/female.gif';
-$WT_IMAGES['sexn']['small'] = WT_THEME_DIR.'images/small/fe_male.gif';
+$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif';
+$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif';
+$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif';
$WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/small/sfamily.gif';
$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.gif';
$WT_IMAGES['statistic']['small'] = WT_THEME_DIR.'images/small/statistic.gif';
diff --git a/themes/colors/images/fe_male.gif b/themes/colors/images/fe_male.gif
deleted file mode 100644
index 215d6f1947..0000000000
--- a/themes/colors/images/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/colors/images/female.gif b/themes/colors/images/female.gif
deleted file mode 100644
index 18fcacded1..0000000000
--- a/themes/colors/images/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/colors/images/male.gif b/themes/colors/images/male.gif
deleted file mode 100644
index c1f4daf1c6..0000000000
--- a/themes/colors/images/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/colors/images/small/fe_male.gif b/themes/colors/images/small/fe_male.gif
deleted file mode 100644
index 1f947bb9c8..0000000000
--- a/themes/colors/images/small/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/colors/images/small/female.gif b/themes/colors/images/small/female.gif
deleted file mode 100644
index 8ff3c20f4e..0000000000
--- a/themes/colors/images/small/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/colors/images/small/male.gif b/themes/colors/images/small/male.gif
deleted file mode 100644
index 635309ca23..0000000000
--- a/themes/colors/images/small/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/colors/theme.php b/themes/colors/theme.php
index f6bd07b269..bc55f72274 100644
--- a/themes/colors/theme.php
+++ b/themes/colors/theme.php
@@ -127,9 +127,9 @@ $WT_IMAGES['repository']['large'] = WT_THEME_DIR.'images/repository.gif';
$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.gif';
$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif';
-$WT_IMAGES['sex']['large'] = WT_THEME_DIR.'images/male.gif';
-$WT_IMAGES['sexf']['large'] = WT_THEME_DIR.'images/female.gif';
-$WT_IMAGES['sexn']['large'] = WT_THEME_DIR.'images/fe_male.gif';
+$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif';
+$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif';
+$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif';
$WT_IMAGES['edit_source']['large'] = WT_THEME_DIR.'images/small/edit_sour.gif';
$WT_IMAGES['edit_fam']['large'] = WT_THEME_DIR.'images/edit_fam.gif';
@@ -179,9 +179,9 @@ $WT_IMAGES['reports']['small'] = WT_THEME_DIR.'images/small/report.gif';
$WT_IMAGES['repository']['small'] = WT_THEME_DIR.'images/small/repository.gif';
$WT_IMAGES['rings']['small'] = WT_THEME_DIR.'images/small/rings.gif';
$WT_IMAGES['search']['small'] = WT_THEME_DIR.'images/small/search.gif';
-$WT_IMAGES['sex']['small'] = WT_THEME_DIR.'images/small/male.gif';
-$WT_IMAGES['sexf']['small'] = WT_THEME_DIR.'images/small/female.gif';
-$WT_IMAGES['sexn']['small'] = WT_THEME_DIR.'images/small/fe_male.gif';
+$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif';
+$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif';
+$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif';
$WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/small/sfamily.gif';
$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.gif';
$WT_IMAGES['statistic']['small'] = WT_THEME_DIR.'images/small/statistic.gif';
diff --git a/themes/fab/images/fe_male.gif b/themes/fab/images/fe_male.gif
deleted file mode 100644
index 215d6f1947..0000000000
--- a/themes/fab/images/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/images/female.gif b/themes/fab/images/female.gif
deleted file mode 100644
index 18fcacded1..0000000000
--- a/themes/fab/images/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/images/male.gif b/themes/fab/images/male.gif
deleted file mode 100644
index c1f4daf1c6..0000000000
--- a/themes/fab/images/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/images/small/female.gif b/themes/fab/images/small/female.gif
deleted file mode 100644
index 8ff3c20f4e..0000000000
--- a/themes/fab/images/small/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/images/small/male.gif b/themes/fab/images/small/male.gif
deleted file mode 100644
index 635309ca23..0000000000
--- a/themes/fab/images/small/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/theme.php b/themes/fab/theme.php
index bd5342bd27..5da2f89ece 100644
--- a/themes/fab/theme.php
+++ b/themes/fab/theme.php
@@ -59,9 +59,9 @@ $WT_IMAGES['repository']['large'] = WT_THEME_DIR.'images/repository.gif';
$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.gif';
$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif';
-$WT_IMAGES['sex']['large'] = WT_THEME_DIR.'images/male.gif';
-$WT_IMAGES['sexf']['large'] = WT_THEME_DIR.'images/female.gif';
-$WT_IMAGES['sexn']['large'] = WT_THEME_DIR.'images/fe_male.gif';
+$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif';
+$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif';
+$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif';
//- PGV main icons for optional modules
$WT_IMAGES['menu_gallery']['large'] = WT_THEME_DIR.'images/menu_gallery.gif';
@@ -102,9 +102,9 @@ $WT_IMAGES['relationship']['small'] = WT_THEME_DIR.'images/small/relationship.gi
$WT_IMAGES['reports']['small'] = WT_THEME_DIR.'images/small/reports.gif';
$WT_IMAGES['repository']['small'] = WT_THEME_DIR.'images/small/repository.gif';
$WT_IMAGES['search']['small'] = WT_THEME_DIR.'images/small/search.gif';
-$WT_IMAGES['sex']['small'] = WT_THEME_DIR.'images/small/male.gif';
-$WT_IMAGES['sexf']['small'] = WT_THEME_DIR.'images/small/female.gif';
-$WT_IMAGES['sexn']['small'] = WT_THEME_DIR.'images/small/fe_male.gif';
+$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif';
+$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif';
+$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif';
$WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/small/sfamily.gif';
$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.gif';
$WT_IMAGES['statistic']['small'] = WT_THEME_DIR.'images/small/statistic.gif';
diff --git a/themes/minimal/images/small/fe_male.gif b/themes/minimal/images/small/fe_male.gif
deleted file mode 100644
index 7d0b2e49d6..0000000000
--- a/themes/minimal/images/small/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/minimal/images/small/female.gif b/themes/minimal/images/small/female.gif
deleted file mode 100644
index 8f8f3b6cb5..0000000000
--- a/themes/minimal/images/small/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/minimal/images/small/male.gif b/themes/minimal/images/small/male.gif
deleted file mode 100644
index 92af2cf08f..0000000000
--- a/themes/minimal/images/small/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php
index 09ee4fc6d8..2020329cbb 100644
--- a/themes/minimal/theme.php
+++ b/themes/minimal/theme.php
@@ -54,6 +54,9 @@ $WT_IMAGES['reports']['large'] = WT_THEME_DIR.'images/report.gif';
$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.gif';
$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif';
+$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif';
+$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif';
+$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif';
//- PGV small icons
$WT_IMAGES['admin']['small'] = WT_THEME_DIR.'images/small/admin.gif';
@@ -79,6 +82,9 @@ $WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.gif';
$WT_IMAGES['timeline']['small'] = WT_THEME_DIR.'images/small/timeline.gif';
$WT_IMAGES['tree']['small'] = WT_THEME_DIR.'images/small/gedcom.gif';
+$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif';
+$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif';
+$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif';
//- PGV buttons for data entry pages
$WT_IMAGES['addmedia']['button'] = WT_THEME_DIR.'images/buttons/addmedia.gif';
diff --git a/themes/webtrees/images/fe_male.gif b/themes/webtrees/images/fe_male.gif
deleted file mode 100644
index 215d6f1947..0000000000
--- a/themes/webtrees/images/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/webtrees/images/female.gif b/themes/webtrees/images/female.gif
deleted file mode 100644
index 18fcacded1..0000000000
--- a/themes/webtrees/images/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/webtrees/images/male.gif b/themes/webtrees/images/male.gif
deleted file mode 100644
index c1f4daf1c6..0000000000
--- a/themes/webtrees/images/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/webtrees/images/small/fe_male.gif b/themes/webtrees/images/small/fe_male.gif
deleted file mode 100644
index f61de02c16..0000000000
--- a/themes/webtrees/images/small/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/webtrees/images/small/female.gif b/themes/webtrees/images/small/female.gif
deleted file mode 100644
index 8ff3c20f4e..0000000000
--- a/themes/webtrees/images/small/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/webtrees/images/small/male.gif b/themes/webtrees/images/small/male.gif
deleted file mode 100644
index 635309ca23..0000000000
--- a/themes/webtrees/images/small/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/webtrees/theme.php b/themes/webtrees/theme.php
index 8956529017..f66d942a26 100644
--- a/themes/webtrees/theme.php
+++ b/themes/webtrees/theme.php
@@ -62,9 +62,9 @@ $WT_IMAGES['repository']['large'] = WT_THEME_DIR.'images/repository.gif';
$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.png';
$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif';
-$WT_IMAGES['sex']['large'] = WT_THEME_DIR.'images/male.gif';
-$WT_IMAGES['sexf']['large'] = WT_THEME_DIR.'images/female.gif';
-$WT_IMAGES['sexn']['large'] = WT_THEME_DIR.'images/fe_male.gif';
+$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif';
+$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif';
+$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif';
$WT_IMAGES['edit_fam']['large'] = WT_THEME_DIR.'images/edit_fam.png';
$WT_IMAGES['edit_indi']['large'] = WT_THEME_DIR.'images/edit_indi.png';
$WT_IMAGES['edit_media']['large'] = WT_THEME_DIR.'images/edit_media.png';
@@ -106,9 +106,9 @@ $WT_IMAGES['relationship']['small'] = WT_THEME_DIR.'images/small/relationship.gi
$WT_IMAGES['reports']['small'] = WT_THEME_DIR.'images/small/reports.gif';
$WT_IMAGES['repository']['small'] = WT_THEME_DIR.'images/small/repository.png';
$WT_IMAGES['search']['small'] = WT_THEME_DIR.'images/small/search.png';
-$WT_IMAGES['sex']['small'] = WT_THEME_DIR.'images/small/male.gif';
-$WT_IMAGES['sexf']['small'] = WT_THEME_DIR.'images/small/female.gif';
-$WT_IMAGES['sexn']['small'] = WT_THEME_DIR.'images/small/fe_male.gif';
+$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif';
+$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif';
+$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif';
$WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/small/sfamily.png';
$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.png';
$WT_IMAGES['statistic']['small'] = WT_THEME_DIR.'images/small/statistic.png';
diff --git a/themes/xenea/images/fe_male.gif b/themes/xenea/images/fe_male.gif
deleted file mode 100644
index 215d6f1947..0000000000
--- a/themes/xenea/images/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/xenea/images/female.gif b/themes/xenea/images/female.gif
deleted file mode 100644
index 18fcacded1..0000000000
--- a/themes/xenea/images/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/xenea/images/male.gif b/themes/xenea/images/male.gif
deleted file mode 100644
index c1f4daf1c6..0000000000
--- a/themes/xenea/images/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/xenea/images/small/fe_male.gif b/themes/xenea/images/small/fe_male.gif
deleted file mode 100644
index f61de02c16..0000000000
--- a/themes/xenea/images/small/fe_male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/xenea/images/small/female.gif b/themes/xenea/images/small/female.gif
deleted file mode 100644
index 8ff3c20f4e..0000000000
--- a/themes/xenea/images/small/female.gif
+++ /dev/null
Binary files differ
diff --git a/themes/xenea/images/small/male.gif b/themes/xenea/images/small/male.gif
deleted file mode 100644
index 635309ca23..0000000000
--- a/themes/xenea/images/small/male.gif
+++ /dev/null
Binary files differ
diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php
index abe33ab69e..6be896059e 100644
--- a/themes/xenea/theme.php
+++ b/themes/xenea/theme.php
@@ -59,9 +59,9 @@ $WT_IMAGES['repository']['large'] = WT_THEME_DIR.'images/repository.gif';
$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.gif';
$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif';
$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif';
-$WT_IMAGES['sex']['large'] = WT_THEME_DIR.'images/male.gif';
-$WT_IMAGES['sexf']['large'] = WT_THEME_DIR.'images/female.gif';
-$WT_IMAGES['sexn']['large'] = WT_THEME_DIR.'images/fe_male.gif';
+$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif';
+$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif';
+$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif';
$WT_IMAGES['edit_source']['large'] = WT_THEME_DIR.'images/small/edit_sour.gif';
//- PGV small icons
@@ -98,9 +98,9 @@ $WT_IMAGES['relationship']['small'] = WT_THEME_DIR.'images/small/relationship.gi
$WT_IMAGES['reports']['small'] = WT_THEME_DIR.'images/small/report.gif';
$WT_IMAGES['repository']['small'] = WT_THEME_DIR.'images/small/repository.gif';
$WT_IMAGES['search']['small'] = WT_THEME_DIR.'images/small/search.gif';
-$WT_IMAGES['sex']['small'] = WT_THEME_DIR.'images/small/male.gif';
-$WT_IMAGES['sexf']['small'] = WT_THEME_DIR.'images/small/female.gif';
-$WT_IMAGES['sexn']['small'] = WT_THEME_DIR.'images/small/fe_male.gif';
+$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif';
+$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif';
+$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif';
$WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/small/sfamily.gif';
$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.gif';
$WT_IMAGES['statistic']['small'] = WT_THEME_DIR.'images/small/statistic.gif';