function mb_comment_theme in More Buttons 7
Implements hook_theme().
File
- mb_comment/
mb_comment.module, line 53 - Provides a Cancel button for comments.
Code
function mb_comment_theme() {
return array(
'mb_comment_admin' => array(
'variables' => array(
'form' => NULL,
),
),
);
}