You are here

function biblio_style_vancouver_info in Bibliography Module 7

Same name and namespace in other branches
  1. 5 biblio_style_vancouver.inc \biblio_style_vancouver_info()
  2. 6.2 styles/biblio_style_vancouver.inc \biblio_style_vancouver_info()
  3. 6 biblio_style_vancouver.inc \biblio_style_vancouver_info()
  4. 7.2 styles/biblio_style_vancouver.inc \biblio_style_vancouver_info()

Get the style information.

Return value

The name of the style

File

styles/biblio_style_vancouver.inc, line 34
The Vancouver style.

Code

function biblio_style_vancouver_info() {
  return array(
    'vancouver' => 'Vancouver',
  );
}