diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:46:11 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:46:11 +0000 |
| commit | 08fe21a3285a67793e39d51a169aa4f63b52cd20 (patch) | |
| tree | 08c857f5358ea621b2d3052caeacd30fb1263c20 /themes | |
| parent | f1fb035bde96009b07cee45e32246714a8687874 (diff) | |
| download | webtrees-08fe21a3285a67793e39d51a169aa4f63b52cd20.tar.gz webtrees-08fe21a3285a67793e39d51a169aa4f63b52cd20.tar.bz2 webtrees-08fe21a3285a67793e39d51a169aa4f63b52cd20.zip | |
Combine large and small icons - use CSS to downsize when small icons are required
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/xenea/images/menu_note.gif | bin | 0 -> 1301 bytes | |||
| -rw-r--r-- | themes/xenea/theme.php | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/themes/xenea/images/menu_note.gif b/themes/xenea/images/menu_note.gif Binary files differnew file mode 100644 index 0000000000..dc7541ae27 --- /dev/null +++ b/themes/xenea/images/menu_note.gif diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php index ccab6ba469..e934db938e 100644 --- a/themes/xenea/theme.php +++ b/themes/xenea/theme.php @@ -73,6 +73,7 @@ $WT_IMAGES['indis'] = WT_THEME_DIR.'images/indis.gif'; $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_note'] = WT_THEME_DIR.'images/menu_note.gif'; $WT_IMAGES['menu_repository'] = WT_THEME_DIR.'images/menu_repository.gif'; $WT_IMAGES['menu_source'] = WT_THEME_DIR.'images/menu_source.gif'; $WT_IMAGES['mypage'] = WT_THEME_DIR.'images/mypage.gif'; |
