You are here

function menu_breadcrumb_theme in Menu Breadcrumb 6

Same name and namespace in other branches
  1. 7 menu_breadcrumb.module \menu_breadcrumb_theme()

Implementation of hook_theme().

File

./menu_breadcrumb.module, line 550
The main file for the menu_breadcrumb module.

Code

function menu_breadcrumb_theme() {
  return array(
    'menu_breadcrumb_menus_table' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}