diff options
| -rw-r--r-- | themes/clouds/theme.php | 1 | ||||
| -rw-r--r-- | themes/colors/theme.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php index 40bc075608..986e1c0c74 100644 --- a/themes/clouds/theme.php +++ b/themes/clouds/theme.php @@ -79,6 +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_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'; 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'; |
