Changeset 1117 for plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_twoColumnTemplate_rss.php
- Timestamp:
- 04/30/10 18:00:13 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_twoColumnTemplate_rss.php
r880 r1117 1 <?php echo link_to($aEvent['title'], 'a_ event_post', $aEvent) ?> by <?php echo $aEvent->Author ?>1 <?php echo link_to($aEvent['title'], 'a_blog_post', $aEvent) ?> by <?php echo $aEvent->Author ?> 2 2 <br/> 3 3 <?php echo $aEvent['published_at'] ?> 4 4 <br/><br/> 5 <?php foreach($aEvent->Page->getArea('b ody') as $slot): ?>5 <?php foreach($aEvent->Page->getArea('blog-body') as $slot): ?> 6 6 <?php if(method_exists($slot, 'getSearchText')): ?> 7 7 <?php echo $slot->getSearchText() ?>

