You are here

function theme_biblio_end_category_section in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 biblio.pages.inc \theme_biblio_end_category_section()

Returns HTML for end of a biblio category section.

Return value

string

1 call to theme_biblio_end_category_section()
_biblio_category_separator_bar in includes/biblio.pages.inc

File

includes/biblio.pages.inc, line 857
Functions in the biblio module related to filtering and page generation.

Code

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