diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:19:37 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:19:37 +0000 |
| commit | 4496c47d4fe2670e07690f5640394df83c83a167 (patch) | |
| tree | 061118b716e56bf504ad44a3be99a6a7d83563dd /themes/colors | |
| parent | d48a28f085bf68bafa32adddecb8198c54619043 (diff) | |
| download | webtrees-4496c47d4fe2670e07690f5640394df83c83a167.tar.gz webtrees-4496c47d4fe2670e07690f5640394df83c83a167.tar.bz2 webtrees-4496c47d4fe2670e07690f5640394df83c83a167.zip | |
Combine large and small icons - use CSS to downsize when small icons are required
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php index c2a208c9be..0250b15695 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -141,6 +141,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_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'; |
