function biblio_style_chicago_info in Bibliography Module 7
Same name and namespace in other branches
- 5 biblio_style_chicago.inc \biblio_style_chicago_info()
- 6.2 styles/biblio_style_chicago.inc \biblio_style_chicago_info()
- 6 biblio_style_chicago.inc \biblio_style_chicago_info()
- 7.2 styles/biblio_style_chicago.inc \biblio_style_chicago_info()
Get the style information.
Return value
The name of the style
File
- styles/
biblio_style_chicago.inc, line 24 - Chicago Manual of Style.
Code
function biblio_style_chicago_info() {
return array(
'chicago' => 'Chicago',
);
}