diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-01-07 23:29:56 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-01-07 23:29:56 +0000 |
| commit | 1f4dc1f895359a56712d19beadc9bb6af554e970 (patch) | |
| tree | 5f0b2701c77dd52c80c0c5a0cb43df7ca1d6b01e /themes/_administration/theme.php | |
| parent | 2df9c5a443daad76f9ff2e43b69d42e367162fa4 (diff) | |
| download | webtrees-1f4dc1f895359a56712d19beadc9bb6af554e970.tar.gz webtrees-1f4dc1f895359a56712d19beadc9bb6af554e970.tar.bz2 webtrees-1f4dc1f895359a56712d19beadc9bb6af554e970.zip | |
Add missing admin functions
Diffstat (limited to 'themes/_administration/theme.php')
| -rw-r--r-- | themes/_administration/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php index 44a88a7512..b45bb08533 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -70,6 +70,7 @@ $WT_IMAGES=array( 'ldarrow'=>WT_THEME_DIR.'images/ldarrow.gif',
'ddarrow'=>WT_THEME_DIR.'images/ddarrow.gif',
'udarrow'=>WT_THEME_DIR.'images/udarrow.gif',
+ 'trashcan'=>WT_THEME_DIR.'images/trashcan.png',
'sex_f_9x9'=>'images/sex_f_9x9.gif',
'sex_m_9x9'=>'images/sex_m_9x9.gif',
'sex_u_9x9'=>'images/sex_u_9x9.gif',
|
