You are here

function photos_edit_to_sub in Album Photos 6.2

Same name and namespace in other branches
  1. 7.3 inc/photos.edit.inc \photos_edit_to_sub()
1 string reference to 'photos_edit_to_sub'
photos_menu in ./photos.module

File

inc/photos.edit.inc, line 422

Code

function photos_edit_to_sub($fid) {
  global $user;
  $content = drupal_get_form('_photos_to_sub', $fid);
  $content .= theme('pager', NULL, 50);
  print theme('photos_print', $content);
}