controller->indi->getXref(); require_once WT_ROOT.WT_MODULES_DIR.'lightbox/functions/lightbox_print_media.php'; require_once WT_ROOT.WT_MODULES_DIR.'lightbox/functions/lightbox_print_media_row.php'; function cut_html($string) { $a=$string; while ($a = strstr($a, '&')) { $b=strstr($a, ';'); if (!$b) { $nb=strlen($a); return substr($string, 0, strlen($string)-$nb); } $a=substr($a, 1, strlen($a)-1); } return $string; } if (!isset($edit)) { $edit=1; } // Used when sorting media on album tab page =============================================== if ($reorder==1) { $sort_i=0; // Used in sorting on lightbox_print_media_row.php page ?>
    // ------------------------------------------------------------------------------------ */ ?>
'; echo ''; lightbox_print_media($pid, 0, true, 1); // map, painting, photo, tombstone) lightbox_print_media($pid, 0, true, 2); // card, certificate, document, magazine, manuscript, newspaper lightbox_print_media($pid, 0, true, 3); // electronic, fiche, film lightbox_print_media($pid, 0, true, 4); // audio, book, coat, video, other lightbox_print_media($pid, 0, true, 5); // footnotes echo ''; echo '';