function biblio_style_mla_info in Bibliography Module 7.2
Same name and namespace in other branches
- 5 biblio_style_mla.inc \biblio_style_mla_info()
- 6.2 styles/biblio_style_mla.inc \biblio_style_mla_info()
- 6 biblio_style_mla.inc \biblio_style_mla_info()
- 7 styles/biblio_style_mla.inc \biblio_style_mla_info()
Get the style information
Return value
The name of the style
File
- styles/
biblio_style_mla.inc, line 15
Code
function biblio_style_mla_info() {
return array(
'mla' => 'Modern Language Association (MLA)',
);
}