You are here

function imagepicker_admin_orphans in Image Picker 6.2

Same name and namespace in other branches
  1. 7 imagepicker.admin.inc \imagepicker_admin_orphans()
1 string reference to 'imagepicker_admin_orphans'
imagepicker_menu in ./imagepicker.module
Implementation of hook_menu().

File

./imagepicker.admin.inc, line 1580
admin settings functions

Code

function imagepicker_admin_orphans() {

  // show a form if applicable
  $content = drupal_get_form('imagepicker_admin_orphans_form');
  return $content;
}