summaryrefslogtreecommitdiff
path: root/themes/minimal/theme.php
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 /themes/minimal/theme.php
parent6c8fe253b24c89f098742b12775c1cd524ac5482 (diff)
downloadwebtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.tar.gz
webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.tar.bz2
webtrees-09d9d6a61a582d707910ee43b5eca557ad2b5252.zip
Move common images to the common images folder
Diffstat (limited to 'themes/minimal/theme.php')
-rw-r--r--themes/minimal/theme.php6
1 files changed, 6 insertions, 0 deletions
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';