You are here

function imagepicker_postlet_user_page in Image Picker 6.2

callback from My imagepicker

1 string reference to 'imagepicker_postlet_user_page'
imagepicker_postlet_menu in contribs/imagepicker_postlet/imagepicker_postlet.module
Implementation of hook_menu().

File

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

Code

function imagepicker_postlet_user_page() {
  $content = imagepicker_postlet_upload('user');
  return $content;
}