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

Show
Ignore:
Timestamp:
04/30/10 18:00:13 (2 years ago)
Author:
johnnyoffline
Message:

moving more things over to events. this is getting hairy/\!

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 ?> 
    22<br/> 
    33<?php echo $aEvent['published_at'] ?> 
    44<br/><br/> 
    5 <?php foreach($aEvent->Page->getArea('body') as $slot): ?> 
     5<?php foreach($aEvent->Page->getArea('blog-body') as $slot): ?> 
    66<?php if(method_exists($slot, 'getSearchText')): ?> 
    77<?php echo $slot->getSearchText() ?>