diff options
Diffstat (limited to 'themes/colors/theme.php')
| -rw-r--r-- | themes/colors/theme.php | 12 |
1 files changed, 6 insertions, 6 deletions
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'; |
