You are here

function mb_theme in More Buttons 7

Implements hook_theme().

File

mb/mb.module, line 55
The More Buttons (MB) module allows to use additional buttons with Drupal.

Code

function mb_theme() {
  return array(
    'mb_admin' => array(
      'variables' => array(
        'form' => NULL,
      ),
    ),
  );
}