Changeset 11716
- Timestamp:
- May 20, 2009, 2:17:24 PM (13 years ago)
- Location:
- OpenPNE3/trunk/apps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/mobile_frontend/modules/member/templates/profileSuccess.php
r11715 r11716 52 52 <?php include_customizes('menu', 'bottom') ?> 53 53 </td></tr> 54 55 <tr><td colspan="2" align="center"> 56 <hr color="#0d6ddf" size="3"> 57 </td></tr> 54 58 </table> 55 56 59 <br> 57 58 60 <?php if ($mobileContentsGadgets) : ?> 59 61 <?php foreach ($mobileContentsGadgets as $gadget) : ?> -
OpenPNE3/trunk/apps/pc_backend/modules/design/templates/mobileProfileGadgetPlotSuccess.php
r11715 r11716 5 5 6 6 <?php include_partial('plotGadget', array('type' => 'mobileProfileTop', 'gadgets' => $gadgets['mobileProfileTop'], 'gadgetConfig' => $gadgetConfig)); ?> 7 8 <div class="fixedGadget"> 9 <?php echo __('メニュー(変更不可)') ?> 10 </div> 7 11 8 12 <?php include_partial('plotGadget', array('type' => 'mobileProfileContents', 'gadgets' => $gadgets['mobileProfileContents'], 'gadgetConfig' => $gadgetConfig)); ?>
Note: See TracChangeset
for help on using the changeset viewer.