diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:22:46 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:22:46 +0000 |
| commit | e5d8b2ee161dbae8d266387cd9d98c38bd11adf3 (patch) | |
| tree | 7c54d955d154c0859a7024fb172147e1b5703274 /themes/clouds | |
| parent | 4496c47d4fe2670e07690f5640394df83c83a167 (diff) | |
| download | webtrees-e5d8b2ee161dbae8d266387cd9d98c38bd11adf3.tar.gz webtrees-e5d8b2ee161dbae8d266387cd9d98c38bd11adf3.tar.bz2 webtrees-e5d8b2ee161dbae8d266387cd9d98c38bd11adf3.zip | |
Combine large and small icons - use CSS to downsize when small icons are required
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/images/menu_note.gif | bin | 0 -> 1301 bytes | |||
| -rw-r--r-- | themes/clouds/theme.php | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/clouds/images/menu_note.gif b/themes/clouds/images/menu_note.gif Binary files differnew file mode 100644 index 0000000000..dc7541ae27 --- /dev/null +++ b/themes/clouds/images/menu_note.gif diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php index 986e1c0c74..dadea4bbb2 100644 --- a/themes/clouds/theme.php +++ b/themes/clouds/theme.php @@ -68,7 +68,7 @@ $WT_IMAGES['edit_sour'] = WT_THEME_DIR.'images/edit_sour.gif'; $WT_IMAGES['edit_source'] = WT_THEME_DIR.'images/edit_sour.gif'; $WT_IMAGES['fambook'] = WT_THEME_DIR.'images/fambook.gif'; $WT_IMAGES['fanchart'] = WT_THEME_DIR.'images/fanchart.gif'; -$WT_IMAGES['favorites'] = WT_THEME_DIR.'images/fav.gif'; +$WT_IMAGES['favorites'] = WT_THEME_DIR.'images/gedcom.gif'; $WT_IMAGES['gedcom'] = WT_THEME_DIR.'images/gedcom.gif'; $WT_IMAGES['help'] = WT_THEME_DIR.'images/help.gif'; $WT_IMAGES['home'] = WT_THEME_DIR.'images/home.gif'; @@ -79,7 +79,7 @@ $WT_IMAGES['media'] = WT_THEME_DIR.'images/media.gif'; $WT_IMAGES['menu_help'] = WT_THEME_DIR.'images/menu_help.gif'; $WT_IMAGES['menu_media'] = WT_THEME_DIR.'images/menu_media.gif'; $WT_IMAGES['menu_repository'] = WT_THEME_DIR.'images/menu_repository.gif'; -$WT_IMAGES['menu_note'] = WT_THEME_DIR.'images/notes.gif'; +$WT_IMAGES['menu_note'] = WT_THEME_DIR.'images/menu_note.gif'; $WT_IMAGES['menu_source'] = WT_THEME_DIR.'images/menu_source.gif'; $WT_IMAGES['mypage'] = WT_THEME_DIR.'images/mypage.gif'; $WT_IMAGES['notes'] = WT_THEME_DIR.'images/notes.gif'; |
