You are here

function wysiwyg_template_theme in Wysiwyg API template plugin 7.2

Implements hook_theme().

File

./wysiwyg_template.module, line 110
Makes TinyMCE Templates available as plugin for client-side editors integrated via Wysiwyg API.

Code

function wysiwyg_template_theme() {
  return array(
    'wysiwyg_template_overview' => array(
      'render element' => 'form',
      'file' => 'wysiwyg_template.admin.inc',
    ),
  );
}