diff options
Diffstat (limited to 'views/rss/layout/objects')
-rw-r--r-- | views/rss/layout/objects/image_block.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/rss/layout/objects/image_block.php b/views/rss/layout/objects/image_block.php new file mode 100644 index 000000000..ff94bcff2 --- /dev/null +++ b/views/rss/layout/objects/image_block.php @@ -0,0 +1,7 @@ +<?php +/** + * RSS image block view + * + * Only display the body + */ +echo $vars['body'];
\ No newline at end of file |