ここの情報は古いです。ご理解頂いた上でお取り扱いください。

source: OpenPNE3/branches/STABLE/3.0.x/apps/mobile_frontend/modules/community/templates/joinError.php @ 12768

Last change on this file since 12768 was 12768, checked in by ShogoKawahara, 14 years ago

#4291:fixed message in the template of community/join and community/quit (3.0.x)

File size: 381 bytes
Line 
1<?php op_mobile_page_title(__('Error')) ?>
2<?php if ($isCommunityMember): ?>
3<font color="<?php echo $op_color['core_color_22'] ?>"><?php echo __('You are already joined to this community.') ?></font>
4<?php else: ?>
5<font color="<?php echo $op_color['core_color_22'] ?>"><?php echo __('You have already sent the participation request to this community.') ?></font>
6<?php endif; ?>
Note: See TracBrowser for help on using the repository browser.