Changeset 10124
- Timestamp:
- Jan 14, 2009, 6:09:57 PM (14 years ago)
- Location:
- OpenPNE3/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/mobile_frontend/modules/community/templates/homeSuccess.php
r10123 r10124 30 30 <?php endif; ?> 31 31 <?php endif; ?> 32 <?php include_component('default', 'navi', array('type' => 'mobile_community' )) ?>32 <?php include_component('default', 'navi', array('type' => 'mobile_community', 'id' => $community->getId())) ?> 33 33 <hr color="#0d6ddf" size="3"> 34 34 </td></tr> -
OpenPNE3/trunk/apps/mobile_frontend/modules/member/templates/homeSuccess.php
r10123 r10124 22 22 <td valign="top"> 23 23 <?php include_customizes('invite', 'before') ?> 24 <?php echo link_to(__('友人を誘う'), 'member/invite') ?><br>25 24 <?php include_component('default', 'navi', array('type' => 'mobile_home_side')) ?> 26 25 <?php include_customizes('invite', 'after') ?> … … 33 32 34 33 <tr><td colspan="2"> 35 <?php echo link_to(sprintf('マイフレンド(%s)', $sf_user->getMember()->countFriends()), 'friend/list'); ?><br>36 <?php echo link_to(sprintf('参加コミュニティ(%s)', $sf_user->getMember()->countCommunityMembers()), 'community/joinlist'); ?><br>37 34 <?php include_component('default', 'navi', array('type' => 'mobile_home')) ?> 38 35 <hr color="#0d6ddf" size="3"> -
OpenPNE3/trunk/apps/mobile_frontend/modules/member/templates/profileSuccess.php
r10123 r10124 34 34 <?php endif; ?> 35 35 36 <?php include_component('default', 'navi', array('type' => 'mobile_community' )) ?>36 <?php include_component('default', 'navi', array('type' => 'mobile_community', 'id' => $member->getId())) ?> 37 37 <hr color="#0d6ddf" size="3"> 38 38 </td></tr>
Note: See TracChangeset
for help on using the changeset viewer.