function semantic_fields_theme in Semantic Fields 7
Implements hook_theme().
File
- ./
semantic_fields.module, line 346 - The functionality of the module
Code
function semantic_fields_theme($existing, $type, $theme, $path) {
return array(
'semantic_field' => array(
'render element' => 'element',
),
);
}