function command_buttons_theme in Command Buttons 7
Implements hook_theme()
File
- ./
command_buttons.module, line 754
Code
function command_buttons_theme() {
return array(
'command_buttons' => array(
'variables' => array(
'items' => array(),
),
'template' => 'command-buttons',
),
);
}