$title"; if ($subtitle) { $body .= "
$subtitle
"; } if ($description) { $body .= "
$description
"; } if ($image) { echo elgg_view_image_block($image, $body); } else { echo $body; }