image_block.php 85 B

1234567
  1. <?php
  2. /**
  3. * RSS image block view
  4. *
  5. * Only display the body
  6. */
  7. echo $vars['body'];