function csm_theme in Custom Submit Messages 7
Implements hook_theme().
File
- ./
csm.module, line 384 - The main module file for Custom Submit Messages.
Code
function csm_theme($existing, $type, $theme, $path) {
$themes = array(
'csm_components' => array(
'render element' => 'element',
),
);
return $themes;
}