function biblio_style_cse_info in Bibliography Module 6
Same name and namespace in other branches
- 5 biblio_style_cse.inc \biblio_style_cse_info()
- 6.2 styles/biblio_style_cse.inc \biblio_style_cse_info()
- 7 styles/biblio_style_cse.inc \biblio_style_cse_info()
- 7.2 styles/biblio_style_cse.inc \biblio_style_cse_info()
Get the style information
Return value
The name of the style
File
- ./
biblio_style_cse.inc, line 9
Code
function biblio_style_cse_info() {
return array(
'cse' => 'Council of Science Editors (CSE)',
);
}