- Timestamp:
- Jan 24, 2009, 9:27:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/modules/member/templates/profileSuccess.php
r10350 r10355 48 48 <?php $content = ob_get_clean() ?> 49 49 <?php op_include_parts('descriptionBox', 'informationAboutThisIsYourProfilePage', array('body' => $content)) ?> 50 <?php elseif (!$relation->isFriend()): ?> 51 <?php ob_start() ?> 52 <p><?php echo __('%1%さんと知り合いの場合、マイフレンドに追加しましょう!', array('%1%' => $member->getName())) ?><br /> 53 <?php echo link_to(__('マイフレンドに追加'), 'friend/link?id='.$member->getId()) ?> 54 </p> 55 <?php $content = ob_get_clean() ?> 56 <?php op_include_parts('descriptionBox', 'informationAboutThisIsYourProfilePage', array('body' => $content)) ?> 50 57 <?php endif; ?> 51 58 <?php end_slot(); ?>
Note: See TracChangeset
for help on using the changeset viewer.