Changeset 13595
- Timestamp:
- Jul 15, 2010, 11:37:24 PM (12 years ago)
- Location:
- OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules/communityEvent/templates/showSuccess.php
r13491 r13595 60 60 </table> 61 61 </div> 62 <?php if ('example.com' !== sfConfig::get('op_mail_domain')): ?> 63 [i:106]<?php echo op_mail_to('mail_community_event_comment_create', array('id' => $communityEvent->id), __('Post from E-mail')) ?><br> 64 <?php echo __('You can attach photo files to e-mail.') ?><br> 65 <?php endif; ?> 62 66 <?php endif; ?> 63 67 <hr color="<?php echo $op_color['core_color_11'] ?>"> -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_mail_frontend/config/routing.yml
r13579 r13595 4 4 param: { module: communityTopicComment, action: create } 5 5 required: { id: \d+ } 6 7 mail_community_event_comment_create: 8 url: cte.:id 9 class: opMailRoute 10 param: { module: communityEventComment, action: create } 11 required: { id: \d+ }
Note: See TracChangeset
for help on using the changeset viewer.