function boxes_theme in Boxes 6
Same name and namespace in other branches
- 7.2 boxes.module \boxes_theme()
- 7 boxes.module \boxes_theme()
Implementation of hook_theme().
File
- ./
boxes.module, line 43
Code
function boxes_theme($existing, $type, $theme, $path) {
return array(
'boxes_box' => array(
'arguments' => array(
'block' => NULL,
),
'path' => drupal_get_path('module', 'boxes'),
'file' => 'boxes.admin.inc',
),
);
}