init();
// tell tabs that use jquery that it is already loaded
define('WT_JQUERY_LOADED', 1);
// We have finished writing session data, so release the lock
Zend_Session::writeClose();
print_header($controller->getPageTitle());
if (!$controller->indi){
echo "", i18n::translate('Unable to find record with ID'), "
";
print_footer();
exit;
}
else if (!$controller->indi->canDisplayName()) {
print_privacy_error();
print_footer();
exit;
}
$linkToID=$controller->pid; // -- Tell addmedia.php what to link to
?>