You are here

function menu_breadcrumb_theme in Menu Breadcrumb 7

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

Implements hook_theme().

File

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

Code

function menu_breadcrumb_theme() {
  return array(
    'menu_breadcrumb_menus_table' => array(
      'render element' => 'form',
    ),
  );
}