Changeset 1118
- Timestamp:
- 04/30/10 18:53:31 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlog/templates/_singleColumnTemplate_slot.php
r1104 r1118 1 <div class="a-blog-post-excerpt">2 <?php echo $aBlogPost->getTextForArea('blog-body', $options['excerptLength']) ?>3 </div>4 5 1 <?php if($options['maxImages'] > 0): ?> 6 2 <div class="a-blog-post-media"> … … 12 8 </div> 13 9 <?php endif ?> 10 11 <div class="a-blog-post-excerpt"> 12 <?php echo $aBlogPost->getTextForArea('blog-body', $options['excerptLength']) ?> 13 </div>

