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/aBlogSlot/templates/_normalView.php

    r1019 r1102  
    1515 
    1616      <div class="a-blog-post-excerpt-container"> 
    17         <?php include_partial('aBlog/'.$aBlogPost['template'].'_slot', array('aBlogPost' => $aBlogPost)) ?> 
     17        <?php include_partial('aBlog/'.$aBlogPost['template'].'_slot', array('aBlogPost' => $aBlogPost, 'options' => $options)) ?> 
    1818        <div class="a-blog-read-more"> 
    1919          <?php echo link_to('Read More', 'a_blog_post', $aBlogPost, array('class' => 'a-blog-more')) ?>