function better_formats_theme in Better Formats 7
Same name and namespace in other branches
- 6.2 better_formats.module \better_formats_theme()
- 6 better_formats.module \better_formats_theme()
Implements hook_theme()
File
- ./
better_formats.module, line 373 - Enhances Drupal's core text format settings.
Code
function better_formats_theme() {
return array(
'better_formats_field_default_order' => array(
'render element' => 'form',
),
);
}