Index: feedbuttons.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedbuttons/feedbuttons.module,v
retrieving revision 1.5.4.2.2.1
diff -u -p -r1.5.4.2.2.1 feedbuttons.module
--- feedbuttons.module 28 Apr 2008 17:32:47 -0000 1.5.4.2.2.1
+++ feedbuttons.module 22 Apr 2009 22:40:06 -0000
@@ -46,15 +46,15 @@ function feedbuttons_block($op='list', $
if ($button === 'yahoo') { $block_content .= ' .'/buttons/yahoo.gif)
'; }
if ($button === 'bloglines') { $block_content .= ' .'/buttons/bloglines.gif)
'; }
if ($button === 'newsgator') { $block_content .= ' .'/buttons/newsgator.gif)
'; }
- if ($button === 'msn') { $block_content .= ' .'/buttons/msn.gif)
'; }
- if ($button === 'feedster') { $block_content .= ' .'/buttons/addmyfeedster.gif)
'; }
+ if ($button === 'msn') { $block_content .= ' .'/buttons/msn.gif)
'; }
+ if ($button === 'feedster') { $block_content .= ' .'/buttons/addmyfeedster.gif)
'; }
if ($button === 'aol') { $block_content .= ' .'/buttons/aol.gif)
'; }
if ($button === 'furl') { $block_content .= ' .'/buttons/furl.gif)
'; }
if ($button === 'rojo') { $block_content .= ' .'/buttons/rojo.gif)
'; }
if ($button === 'newsburst') { $block_content .= ' .'/buttons/newsburst.gif)
'; }
- if ($button === 'pluck') { $block_content .= ' .'/buttons/pluck.png)
'; }
+ if ($button === 'pluck') { $block_content .= ' .'/buttons/pluck.png)
'; }
if ($button === 'feedfeeds') { $block_content .= ' .'/buttons/addfeedfeeds.gif)
'; }
- if ($button === 'addkinja') { $block_content .= ' .'/buttons/addkinja.gif)
'; }
+ if ($button === 'addkinja') { $block_content .= ' .'/buttons/addkinja.gif)
'; }
if ($button === 'solosub') { $block_content .= ' .'/buttons/solosub.gif)
'; }
if ($button === 'multirss') { $block_content .= ' .'/buttons/multirss.gif)
'; }
if ($button === 'rmail') { $block_content .= ' .'/buttons/rmail.jpg)
'; }