You are here

function imagepicker_user_browse_public in Image Picker 6.2

Same name and namespace in other branches
  1. 5.2 imagepicker.module \imagepicker_user_browse_public()
  2. 7 imagepicker.user.inc \imagepicker_user_browse_public()
1 call to imagepicker_user_browse_public()
imagepicker_user_page in ./imagepicker.user.inc
@file my imagepicker in my account

File

./imagepicker.user.inc, line 75
my imagepicker in my account

Code

function imagepicker_user_browse_public() {
  $content = _imagepicker_browse_public("account", 1);
  return $content;
}