You are here

function biblio_author_page in Bibliography Module 6

Same name and namespace in other branches
  1. 6.2 includes/biblio.pages.inc \biblio_author_page()
  2. 7 includes/biblio.pages.inc \biblio_author_page()
  3. 7.2 includes/biblio.pages.inc \biblio_author_page()
1 string reference to 'biblio_author_page'
biblio_menu in ./biblio.module
Implementation of hook_menu().

File

./biblio.pages.inc, line 1118

Code

function biblio_author_page($filter = NULL) {
  $authors = _biblio_get_authors($filter);
  return _biblio_format_author_page($filter, $authors);
}