function mb_content_theme in More Buttons 7
Implements hook_theme().
File
- mb_content/
mb_content.module, line 73 - Provides additional buttons for nodes.
Code
function mb_content_theme() {
return array(
'mb_content_admin' => array(
'variables' => array(
'form' => NULL,
),
),
);
}