You are here

function xbbcode_theme in Extensible BBCode 8.2

Same name and namespace in other branches
  1. 8.3 xbbcode.module \xbbcode_theme()
  2. 8 xbbcode.module \xbbcode_theme()
  3. 6 xbbcode.module \xbbcode_theme()
  4. 7 xbbcode.module \xbbcode_theme()
  5. 4.0.x xbbcode.module \xbbcode_theme()

Implements hook_theme().

File

./xbbcode.module, line 68
The main module file containing hook implementations.

Code

function xbbcode_theme() {
  return array(
    'xbbcode_settings_handlers_format' => array(
      'render element' => 'fieldset',
      'function' => 'theme_xbbcode_settings_handlers_format',
    ),
  );
}