Changeset 12493
- Timestamp:
- Jul 31, 2009, 6:45:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/mobile_frontend/modules/community/templates/editSuccess.php
r12468 r12493 22 22 )) ?> 23 23 24 <?php if (!$communityForm->isNew()): ?> 24 25 <?php 25 if (!$communityForm->isNew())26 {27 26 op_include_parts('buttonBox', 'deleteForm', array( 28 27 'title' => __('Delete this community'), … … 32 31 'url' => url_for('community/delete?id=' . $community->getId()), 33 32 )); 34 }35 33 ?> 36 37 34 <hr color="<?php echo $op_color['core_color_11'] ?>"> 38 39 35 <?php echo link_to(__('Community Top'), 'community/home?id='.$community->getId()) ?> 36 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.