diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-01-10 18:45:24 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-01-10 18:45:24 +0000 |
| commit | 07c70d125c8a4a3f407ab140a9fe99fb3cad40bf (patch) | |
| tree | 7894ec907fe7bdf119d5e7c74675c4af687ebaaf /themes/_administration/theme.php | |
| parent | 3136735d0850f94ff46670dd225878ae3bcd4248 (diff) | |
| download | webtrees-07c70d125c8a4a3f407ab140a9fe99fb3cad40bf.tar.gz webtrees-07c70d125c8a4a3f407ab140a9fe99fb3cad40bf.tar.bz2 webtrees-07c70d125c8a4a3f407ab140a9fe99fb3cad40bf.zip | |
Correct image errors
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 b45bb08533..794432d9b1 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -52,7 +52,7 @@ $WT_IMAGES=array( 'button_repository'=>WT_THEME_DIR.'images/repository.gif',
'button_source'=>WT_THEME_DIR.'images/source.gif',
'button_find_facts'=>WT_THEME_DIR.'images/find_facts.png',
- 'zoomin'=>WT_THEME_DIR.'images/zoomin.pmg',
+ 'zoomin'=>WT_THEME_DIR.'images/zoomin.png',
'zoomout'=>WT_THEME_DIR.'images/zoomout.png',
'minus'=>WT_THEME_DIR.'images/close.png',
'plus'=>WT_THEME_DIR.'images/open.png',
|
