function theme_entity__fences_no_wrapper in Fences 7
Same name and namespace in other branches
- 7.2 fences.module \theme_entity__fences_no_wrapper()
A "no wrapper" theme suggestion for entity.
1 string reference to 'theme_entity__fences_no_wrapper'
- _fences_theme in ./
fences.admin.inc - Implements hook_theme().
File
- ./
fences.module, line 241 - Fences is a module providing configurable field wrappers.
Code
function theme_entity__fences_no_wrapper($variables) {
return drupal_render($variables['content']);
}