1<?php
2/**
3 * RSS image block view
4 *
5 * Only display the body
6 */
7echo elgg_extract('body', $vars, '');
8