You are here

function imageeditor_ribbet_initialize_callback in Image Editor 7

1 string reference to 'imageeditor_ribbet_initialize_callback'
ribbet.inc in plugins/editor/ribbet/ribbet.inc
Ribbet editor for Image Editor module.

File

plugins/editor/ribbet/ribbet.inc, line 32
Ribbet editor for Image Editor module.

Code

function imageeditor_ribbet_initialize_callback(&$editor) {
  global $is_https;
  $editor['options']['launch_url'] = ($is_https ? 'https' : 'http') . '://www.ribbet.com/app/';
}