Changeset 1102 for plugins/apostropheBlogPlugin/trunk/modules/aBlogSingleSlot/templates/_normalView.php
- Timestamp:
- 04/30/10 11:15:17 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogSingleSlot/templates/_normalView.php
r1061 r1102 2 2 <?php if (isset($values['blog_item'])): ?> 3 3 <h2><?php echo $aBlogItem['title'] ?></h2> 4 <?php include_partial('aBlog/'.$aBlogItem['template'].'_slot', array('aBlogPost' => $aBlogItem )) ?>4 <?php include_partial('aBlog/'.$aBlogItem['template'].'_slot', array('aBlogPost' => $aBlogItem, 'options' => $options)) ?> 5 5 <?php endif ?>

