You are here

function bueditor_plus_theme in BUEditor Plus 7

Same name and namespace in other branches
  1. 7.2 bueditor_plus.module \bueditor_plus_theme()

Implements hook_theme().

File

./bueditor_plus.module, line 12
Overrides default BUEditor textarea settling and implements controls based upon text formats.

Code

function bueditor_plus_theme() {
  $theme['bueditor_plus_profile_table'] = array(
    'file' => 'bueditor_plus.admin.inc',
    'render element' => 'form',
  );
  return $theme;
}