summaryrefslogtreecommitdiff
path: root/themes/_administration/theme.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-01-04 02:30:06 +0000
committerNigel Osborne <kiwi3685@me.com>2011-01-04 02:30:06 +0000
commitf8e616737747718d00211c7689a2dd77caf12b18 (patch)
tree42938f83c66bfc4346e2fd5917928c6cb61be029 /themes/_administration/theme.php
parent178edd3c373b04df96629a99f903bc8cf689e23b (diff)
downloadwebtrees-f8e616737747718d00211c7689a2dd77caf12b18.tar.gz
webtrees-f8e616737747718d00211c7689a2dd77caf12b18.tar.bz2
webtrees-f8e616737747718d00211c7689a2dd77caf12b18.zip
More admin design changes (googlemap config pages)
Diffstat (limited to 'themes/_administration/theme.php')
-rw-r--r--themes/_administration/theme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php
index 2dbb533d2d..c13ac7efd9 100644
--- a/themes/_administration/theme.php
+++ b/themes/_administration/theme.php
@@ -42,6 +42,7 @@ $WT_USE_HELPIMG = true;
$WT_IMAGES=array(
'webtrees'=>WT_THEME_DIR.'images/webtrees_s.png',
'help'=>WT_THEME_DIR.'images/help.png',
+ 'edit'=>WT_THEME_DIR.'images/edit.png',
'email'=>WT_THEME_DIR.'images/email.png',
'open'=>WT_THEME_DIR.'images/open.png',
'close'=>WT_THEME_DIR.'images/close.png',
@@ -51,6 +52,7 @@ $WT_IMAGES=array(
'minus'=>WT_THEME_DIR.'images/minus.gif',
'plus'=>WT_THEME_DIR.'images/open.png',
'remove'=>WT_THEME_DIR.'images/delete.png',
+ 'remove_grey'=>WT_THEME_DIR.'images/delete_grey.png',
'rarrow2'=>WT_THEME_DIR.'images/rarrow2.gif',
'larrow2'=>WT_THEME_DIR.'images/larrow2.gif',
'darrow2'=>WT_THEME_DIR.'images/darrow2.gif',