diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2012-04-29 04:37:29 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2012-04-29 04:37:29 +0000 |
| commit | 0c92e08c1d8973d805f341385faa2260e53c9823 (patch) | |
| tree | ae4a5358600df5eda76dc7cf56c76fbfa51c63ae /themes/_administration/theme.php | |
| parent | 09e2480519e22b8e38e644a20fea35419810f4c2 (diff) | |
| download | webtrees-0c92e08c1d8973d805f341385faa2260e53c9823.tar.gz webtrees-0c92e08c1d8973d805f341385faa2260e53c9823.tar.bz2 webtrees-0c92e08c1d8973d805f341385faa2260e53c9823.zip | |
Bug #990706 - formatting delete icon in media admin
Diffstat (limited to 'themes/_administration/theme.php')
| -rw-r--r-- | themes/_administration/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php index e57c66981b..67baf70e3a 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -35,7 +35,7 @@ $footerfile = WT_THEME_DIR.'footer.php'; //- main icons
$WT_IMAGES=array(
- // lightbox module uses this in manage media links?
+ // lightbox module uses this in manage media links, and also admin_media.php for delete folder.
'remove' =>WT_THEME_URL.'images/delete.png',
// need different sizes before moving to CSS
|
