You are here

function imageeditor_inline_theme in Image Editor 7

Implements hook_theme().

File

imageeditor_inline/imageeditor_inline.module, line 93
Allows online editing of inline images using different image editing services.

Code

function imageeditor_inline_theme($existing, $type, $theme, $path) {
  return array(
    'imageeditor_inline_settings_form' => array(
      'render element' => 'form',
    ),
  );
}