Changeset 12462
- Timestamp:
- Jul 29, 2009, 9:29:36 PM (14 years ago)
- Location:
- OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules/communityEvent/templates/showSuccess.php
r12461 r12462 10 10 'Count of Member' => __('%1% persons', array('%1%' => $communityEvent->countCommunityEventMembers())), 11 11 ); 12 13 if (!$communityEvent->getMember() || !$communityEvent->getMember()->getName()) 14 { 15 $list['Writer'] = ''; 16 } 12 17 13 18 if ($communityEvent->countCommunityEventMembers()) -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/modules/communityTopic/templates/showSuccess.php
r12455 r12462 6 6 <?php if ($communityTopic->getMemberId() === $sf_user->getMemberId()): ?> 7 7 <?php endif; ?><br> 8 <?php if ($communityTopic->getMember() && $communityTopic->getMember()->getName()): ?> 8 9 <?php echo link_to($communityTopic->getMember()->getName(), 'member/profile?id='.$communityTopic->getMember()->getId()) ?> 10 <?php endif; ?> 9 11 <?php if ($communityTopic->isEditable($sf_user->getMemberId())): ?> 10 12 [<?php echo link_to(__('Edit'), '@communityTopic_edit?id='.$communityTopic->getId()) ?>]
Note: See TracChangeset
for help on using the changeset viewer.