function theme_biblio_end_category_section in Bibliography Module 6
Same name and namespace in other branches
- 6.2 includes/biblio.pages.inc \theme_biblio_end_category_section()
1 call to theme_biblio_end_category_section()
File
- ./
biblio.pages.inc, line 773
Code
function theme_biblio_end_category_section() {
return "\n</div><!-- end category-section -->";
}