You are here

function imagepicker_user_browse in Image Picker 7

Same name and namespace in other branches
  1. 5.2 imagepicker.module \imagepicker_user_browse()
  2. 5 imagepicker.module \imagepicker_user_browse()
  3. 6.2 imagepicker.user.inc \imagepicker_user_browse()

main thumbnails page in my imagepicker

1 call to imagepicker_user_browse()
imagepicker_user_page in ./imagepicker.user.inc
@file @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

File

./imagepicker.user.inc, line 76
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_user_browse() {
  $content = _imagepicker_browse("account");
  return $content;
}