diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-11 18:53:52 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-11 18:53:52 +0000 |
commit | 09484c7ca03f04c5fc68ff2b543b4a1d583f25a5 (patch) | |
tree | dab0791327f545af8bc887fb4234fb236fd65ea7 | |
parent | 9a5ab6d677c44a89fc56dcd4f91e0376c8fad83a (diff) | |
download | elgg-09484c7ca03f04c5fc68ff2b543b4a1d583f25a5.tar.gz elgg-09484c7ca03f04c5fc68ff2b543b4a1d583f25a5.tar.bz2 |
and again
git-svn-id: https://code.elgg.org/elgg/trunk@1410 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 8ef217813..574f291cf 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1101,7 +1101,7 @@ p.user_menu_friends_of { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px; } .river_forums_update { - background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px; + background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px; } .river_widget_update { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px; |