You are here

function biblio_style_chicago_info in Bibliography Module 6

Same name and namespace in other branches
  1. 5 biblio_style_chicago.inc \biblio_style_chicago_info()
  2. 6.2 styles/biblio_style_chicago.inc \biblio_style_chicago_info()
  3. 7 styles/biblio_style_chicago.inc \biblio_style_chicago_info()
  4. 7.2 styles/biblio_style_chicago.inc \biblio_style_chicago_info()

Get the style information

Return value

The name of the style

File

./biblio_style_chicago.inc, line 19

Code

function biblio_style_chicago_info() {
  return array(
    'chicago' => 'Chicago',
  );
}