Changeset 12353
- Timestamp:
- Jul 23, 2009, 11:14:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/branches/STABLE/3.0.x/apps/pc_backend/modules/member/templates/deleteSuccess.php
r10352 r12353 19 19 <tr> 20 20 <th><?php echo $profile->getCaption() ?></th> 21 <td><?php echo $ profile->getValue() ?></td>21 <td><?php echo $member->getProfile($profile->getName()) ?></td> 22 22 </tr> 23 23 <?php endforeach ?>
Note: See TracChangeset
for help on using the changeset viewer.