To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/30/10 11:15:17 (2 years ago)
Author:
dordille
Message:

Improvements for displaying images with blogSlots. #302.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aBlog/templates/_singleColumnTemplate_slot.php

    r990 r1102  
    1 <?php echo $aBlogPost->getTextForArea('blog-body', 100) ?> 
     1<div class="a-blog-post-excerpt"> 
     2<?php echo $aBlogPost->getTextForArea('blog-body', $options['excerptLength']) ?> 
     3</div> 
    24 
     5<div class="a-blog-post-media"> 
     6<?php include_component('aSlideshowSlot', 'slideshow', array( 
     7  'items' => $aBlogPost->getMediaForArea('blog-body', 'image', 1), 
     8  'id' => 'test', 
     9  'options' => $options['slideshowOptions'] 
     10  )) ?> 
     11</div> 
     12