$PAGE->requires->yui2_lib('dom');
$id = required_param('id', PARAM_INT);
$PAGE->requires->yui2_lib('dom');
$id = required_param('id', PARAM_INT);
$PAGE->set_url('/portfolio/download/file.php', array('id' => $id));
$exporter = portfolio_exporter::rewaken_object($id);
$PAGE->set_url('/portfolio/download/file.php', array('id' => $id));
$exporter = portfolio_exporter::rewaken_object($id);
$exporter->verify_rewaken();
$exporter->print_header(get_string('downloading', 'portfolio_download'), false);
$exporter->verify_rewaken();
$exporter->print_header(get_string('downloading', 'portfolio_download'), false);