You are here

function biblio_theme in Bibliography Module 7.3

Same name and namespace in other branches
  1. 6.2 biblio.module \biblio_theme()
  2. 6 biblio.module \biblio_theme()
  3. 7 biblio.module \biblio_theme()
  4. 7.2 biblio.module \biblio_theme()

Implements hook_theme().

File

./biblio.module, line 1000
Maintains bibliographic lists.

Code

function biblio_theme() {
  $info['biblio'] = array(
    'render element' => 'elements',
    'template' => 'biblio',
  );
  return $info;
}