Changeset 10128
- Timestamp:
- Jan 14, 2009, 6:47:50 PM (14 years ago)
- Location:
- OpenPNE3/trunk/apps/mobile_frontend/modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/mobile_frontend/modules/community/templates/homeSuccess.php
r10124 r10128 3 3 <table width="100%" bgcolor="#EEEEFF"> 4 4 <tr><td colspan="2" align="center"> 5 <?php include_customizes('menu', 'top') ?> 5 6 <hr color="#0D6DDF" size="3"> 6 7 </td></tr> … … 32 33 <?php include_component('default', 'navi', array('type' => 'mobile_community', 'id' => $community->getId())) ?> 33 34 <hr color="#0d6ddf" size="3"> 35 36 <?php include_customizes('menu', 'bottom') ?> 34 37 </td></tr> 35 38 </table> -
OpenPNE3/trunk/apps/mobile_frontend/modules/member/templates/homeSuccess.php
r10125 r10128 11 11 <table width="100%" bgcolor="#EEEEFF"> 12 12 <tr><td colspan="2" align="center"> 13 <?php include_customizes('menu', 'top') ?> 13 14 <hr color="#0D6DDF" size="3"> 14 15 </td></tr> … … 21 22 22 23 <td valign="top"> 23 <?php include_customizes('invite', 'before') ?>24 24 <?php include_component('default', 'navi', array('type' => 'mobile_home_side')) ?> 25 <?php include_customizes('invite', 'after') ?>26 25 </td> 27 26 </tr> 28 27 29 28 <tr><td colspan="2" align="center"> 29 <hr color="#0d6ddf" size="3"> 30 <?php echo link_to('プロフィール', 'member/profile') ?> 30 31 <hr color="#0d6ddf" size="3"> 31 32 </td></tr> … … 36 37 37 38 <tr><td colspan="2" align="center"> 38 <?php echo link_to('プロフィール', 'member/profile') ?> 39 <hr color="#0d6ddf" size="3"> 39 <?php include_customizes('menu', 'bottom') ?> 40 40 </td></tr> 41 41 -
OpenPNE3/trunk/apps/mobile_frontend/modules/member/templates/profileSuccess.php
r10125 r10128 10 10 <table width="100%" bgcolor="#EEEEFF"> 11 11 <tr><td colspan="2" align="center"> 12 <?php include_customizes('menu', 'top') ?> 12 13 <hr color="#0D6DDF" size="3"> 13 14 </td></tr> … … 35 36 36 37 <?php include_component('default', 'navi', array('type' => 'mobile_community', 'id' => $member->getId())) ?> 38 39 <?php include_customizes('menu', 'bottom') ?> 37 40 </td></tr> 38 41 </table>
Note: See TracChangeset
for help on using the changeset viewer.