Changeset 12770
- Timestamp:
- Aug 27, 2009, 8:55:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/branches/STABLE/3.0.x/apps/mobile_frontend/modules/community/templates/homeSuccess.php
r12329 r12770 21 21 <?php echo $community->getCommunityCategory() ?><br> 22 22 <font color="#999966"><?php echo __('Register poricy', array(), 'form_community') ?>:</font><br> 23 <?php echo __($community->getR egisterPoricy()) ?><br>23 <?php echo __($community->getRawValue()->getRegisterPoricy()) ?><br> 24 24 </td> 25 25 </tr> … … 44 44 <?php echo link_to(__('Quit community'), 'community/quit?id=' . $community->getId()) ?><br> 45 45 <?php else : ?> 46 <?php if (!$isCommunityPreMember) : ?> 46 47 <?php echo link_to(__('Join community'), 'community/join?id=' . $community->getId()) ?><br> 48 <?php endif; ?> 47 49 <?php endif; ?> 48 50 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.