You are here

function theme_biblio_end_category_section in Bibliography Module 6

Same name and namespace in other branches
  1. 6.2 includes/biblio.pages.inc \theme_biblio_end_category_section()
1 call to theme_biblio_end_category_section()
_biblio_category_separator_bar in ./biblio.pages.inc

File

./biblio.pages.inc, line 773

Code

function theme_biblio_end_category_section() {
  return "\n</div><!-- end category-section -->";
}