Changeset 1104 for plugins/apostropheBlogPlugin/trunk/modules/aBlog/templates/_singleColumnTemplate_slot.php
- Timestamp:
- 04/30/10 13:00:41 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlog/templates/_singleColumnTemplate_slot.php
r1102 r1104 3 3 </div> 4 4 5 <?php if($options['maxImages'] > 0): ?> 5 6 <div class="a-blog-post-media"> 6 7 <?php include_component('aSlideshowSlot', 'slideshow', array( 7 'items' => $aBlogPost->getMediaForArea('blog-body', 'image', 1),8 'items' => $aBlogPost->getMediaForArea('blog-body', 'image', $options['maxImages']), 8 9 'id' => 'test', 9 10 'options' => $options['slideshowOptions'] 10 11 )) ?> 11 12 </div> 12 13 <?php endif ?>

