You are here

function biblio_ui_theme in Bibliography Module 7.3

Implements hook_theme().

File

modules/biblio_ui/biblio_ui.module, line 305
Main functionality file for the biblio UI module.

Code

function biblio_ui_theme() {
  return array(
    'biblio_ui_add_biblio_list' => array(),
    'biblio_ui_bundle_overview' => array(),
    'biblio_ui_view_export_area' => array(),
    'biblio_ui_entity_export_area' => array(),
  );
}