';
$cover_img = l($cover_img,
variable_get('sopac_url_prefix', 'cat/seek') . '/record/' . $locum_result['bnum'],
array('html' => TRUE));
}
?>
|
|
-
-
-
ยป ' . sopac_put_request_link($locum_result['bnum']) . '';
}
?>
|
';
print '';
print '- Reviews & Summaries
';
foreach ($locum_result['review_links'] as $rev_title => $rev_link) {
print '- ' . l($rev_title, $rev_link, array('attributes' => array('target' => "_new"))) . '
';
}
print '
';
}
?>
|