? proper_more_link.patch
? spanish_yahoo.patch
Index: birthdays.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/birthdays/birthdays.module,v
retrieving revision 1.2.2.54
diff -u -p -r1.2.2.54 birthdays.module
--- birthdays.module	14 Oct 2008 07:26:37 -0000	1.2.2.54
+++ birthdays.module	23 Oct 2008 17:52:37 -0000
@@ -1377,7 +1377,7 @@ function birthdays_get_starsign_image($s
 
     // If link should be shown: update $output
     if ($show == BIRTHDAYS_STARSIGN_LINK) {
-      $output = '<a href="http://astrology.yahoo.com/astrology/general/dailyoverview/'. $starsign .'" target="_blank" title="'. t($starsign) .'">'. $output .'</a>';
+      $output = '<a href="http://es.astrology.yahoo.com/'. t($starsign) .'/diario/'. date('Ymd') .'.html" target="_blank" title="'. t($starsign) .'">'. $output .'</a>';
     }
   }
 
