Changeset 1117 for plugins/apostropheBlogPlugin/trunk/modules/aEvent/lib/BaseaEventActions.class.php
- Timestamp:
- 04/30/10 18:00:13 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aEvent/lib/BaseaEventActions.class.php
r860 r1117 149 149 'format' => 'rss', 150 150 'title' => sfConfig::get('app_aEvent_feed_title'), 151 'link' => '@a_ blog',151 'link' => '@a_event', 152 152 'authorEmail' => sfConfig::get('app_aEvent_feed_author_email'), 153 153 'authorName' => sfConfig::get('app_aEvent_feed_author_name'), 154 'routeName' => '@a_ blog_post',154 'routeName' => '@a_event', 155 155 'methods' => array('description' => 'getFeedText') 156 156 )

