You are here

function biblio_style_ama_info in Bibliography Module 6.2

Same name and namespace in other branches
  1. 5 biblio_style_ama.inc \biblio_style_ama_info()
  2. 6 biblio_style_ama.inc \biblio_style_ama_info()
  3. 7 styles/biblio_style_ama.inc \biblio_style_ama_info()
  4. 7.2 styles/biblio_style_ama.inc \biblio_style_ama_info()

Get the style information

Return value

The name of the style

File

styles/biblio_style_ama.inc, line 24

Code

function biblio_style_ama_info() {
  return array(
    'ama' => 'American Medical Association (AMA)',
  );
}