summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-11-06 17:36:08 +0000
committerfisharebest <fisharebest@gmail.com>2010-11-06 17:36:08 +0000
commit4f550f35b8f6f5ebd403993f64423df48dfdd0da (patch)
tree3aee473fa26435eb2aa336992d3d2f7c22fa73d4 /themes/colors
parenta03dcbd322b52632f92d288094f4b50a04291e2a (diff)
downloadwebtrees-4f550f35b8f6f5ebd403993f64423df48dfdd0da.tar.gz
webtrees-4f550f35b8f6f5ebd403993f64423df48dfdd0da.tar.bz2
webtrees-4f550f35b8f6f5ebd403993f64423df48dfdd0da.zip
Fix: bad references to WT_IMAGE['trashcan']
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/theme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php
index bb3d9501b7..a9fc809b6f 100644
--- a/themes/colors/theme.php
+++ b/themes/colors/theme.php
@@ -159,6 +159,7 @@ $WT_IMAGES['source'] = WT_THEME_DIR.'images/source.gif';
$WT_IMAGES['statistic'] = WT_THEME_DIR.'images/statistic.gif';
$WT_IMAGES['target'] = 'images/buttons/target.gif';
$WT_IMAGES['timeline'] = WT_THEME_DIR.'images/timeline.gif';
+$WT_IMAGES['trashcan'] = 'images/trashcan.gif';
$WT_IMAGES['tree'] = WT_THEME_DIR.'images/gedcom.gif';
$WT_IMAGES['wiki'] = WT_THEME_DIR.'images/w_22.png';