You are here

function imagepicker_postlet_theme in Image Picker 6.2

theme registry

File

contribs/imagepicker_postlet/imagepicker_postlet.module, line 448
Enables upload of images using Postlet java applet. http://www.postlet.com/ http://sourceforge.net/projects/postlet/

Code

function imagepicker_postlet_theme() {
  return array(
    'imagepicker_postlet_view' => array(
      'arguments' => array(
        'url' => "",
        'destination' => "",
        'endpage' => "",
        'maxthumbsize' => "",
        'scaleto' => "",
        'watermark' => "",
        'width' => "",
        'height' => "",
      ),
    ),
  );
}