# @author: Simon Bowie # @purpose: Displays ten random abstracts include '../solr.php'; $core = 'all'; $random_abstracts = ten_random_abstracts($core); ?>
$abstract): echo $abstract; endforeach; ?>