diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-09-12 05:36:56 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-09-12 05:36:56 +0000 |
| commit | 4dc22b8a645c3188d57d95b992622d0ae19b9c34 (patch) | |
| tree | d17f4e3db1d7b8e42667d6bdc9700074a50118d4 /themes/colors | |
| parent | e8b6bb6f7c9cb9b3c7c189c04622bfeea2c57857 (diff) | |
| download | webtrees-4dc22b8a645c3188d57d95b992622d0ae19b9c34.tar.gz webtrees-4dc22b8a645c3188d57d95b992622d0ae19b9c34.tar.bz2 webtrees-4dc22b8a645c3188d57d95b992622d0ae19b9c34.zip | |
Make two list images themable
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php index 711cebf17c..2dea3f1d5e 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -231,7 +231,8 @@ $WT_IMAGES['vline'] = WT_THEME_DIR.'images/vline.gif'; $WT_IMAGES['webtrees'] = WT_THEME_DIR.'images/webtrees.png'; $WT_IMAGES['zoomin'] = WT_THEME_DIR.'images/zoomin.gif'; $WT_IMAGES['zoomout'] = WT_THEME_DIR.'images/zoomout.gif'; - +$WT_IMAGES['reminder'] = 'images/reminder.gif'; +$WT_IMAGES['children'] = 'images/children.gif'; // - lifespan chart arrows $WT_IMAGES['lsltarrow'] = WT_THEME_DIR.'images/lsltarrow.gif'; |
