Changeset 478
- Timestamp:
- 10/14/2006 06:32:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/bb-templates/topic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/topic.php
r472 r478 46 46 <p><?php _e('This topic has been closed to new replies.') ?></p> 47 47 <?php endif; ?> 48 <?php if ( bb_current_user_can('manage_topics') ) : ?> 48 49 <div class="admin"> 49 50 [<?php topic_delete_link(); ?>] [<?php topic_close_link(); ?>] [<?php topic_sticky_link(); ?>]<br /> 50 51 <?php topic_move_dropdown(); ?> 51 52 </div> 53 <?php endif; ?> 52 54 <?php bb_get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.