Changeset 12593
- Timestamp:
- Aug 11, 2009, 4:19:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/modules/member/templates/profileSuccess.php
r12544 r12593 60 60 <?php $content = ob_get_clean() ?> 61 61 <?php op_include_parts('descriptionBox', 'informationAboutThisIsYourProfilePage', array('body' => $content)) ?> 62 <?php endif; ?> 63 <?php if (isset($topGadgets)): ?> 64 <?php foreach ($topGadgets as $gadget): ?> 65 <?php if ($gadget->isEnabled()): ?> 66 <?php include_component($gadget->getComponentModule(), $gadget->getComponentAction(), array('gadget' => $gadget)); ?> 67 <?php endif; ?> 68 <?php endforeach; ?> 62 69 <?php endif; ?> 63 70 <?php end_slot(); ?>
Note: See TracChangeset
for help on using the changeset viewer.