You are here

function biblio_page_title in Bibliography Module 7.2

hook_menu() callback

1 string reference to 'biblio_page_title'
biblio_menu in ./biblio.module
Implements hook_menu().

File

./biblio.module, line 3206

Code

function biblio_page_title($biblio) {
  $wrapper = biblio_wrapper($biblio);
  return $wrapper->biblio_title
    ->value();
}