You are here

function imagepicker_user_browse in Image Picker 5.2

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

main thumbnails page in my imagepicker

1 call to imagepicker_user_browse()
imagepicker_user_page in ./imagepicker.module
Account functions

File

./imagepicker.module, line 1989
Enables permitted roles to upload images for insertion into configured nodes.

Code

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