If you would like to make the more link in the Birthdays block more Drupal-conform, use the system CSS class more-link and change the line 421 in birthdays.module from
$variables['more'] = l(t('More'), 'birthdays');
to
$variables['more'] = '<div class="more-link">'. l(t('more'), 'birthdays', array('attributes' => array('title' => t('View birthday list.')))) .'</div>';.

Change the title text View birthday list. after your own preferences.

CommentFileSizeAuthor
birthdays.module.patch632 bytesAnonymous (not verified)

Comments

maartenvg’s picture

Status: Active » Fixed

Thanks, I totally agree! I've committed it to D6 and ported it back to D5.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.