At line 107 of theme_biblio_long, we have:

$authors[] = theme('biblio_author_link', $auth['name'], $auth['cid']);

There should be an additional argument of $base so that if the user is not using the default base of biblio, the links point to the correct place.

$authors[] = theme('biblio_author_link', $auth['name'], $auth['cid'], $base);

Comments

rjerome’s picture

Status: Active » Fixed

Thanks for that,

I just committed it to CVS.

Ron.

Status: Fixed » Closed (fixed)

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