Index: src/templates/default/bbpress/content-archive-topic.php
===================================================================
--- src/templates/default/bbpress/content-archive-topic.php	(revision 7250)
+++ src/templates/default/bbpress/content-archive-topic.php	(working copy)
@@ -14,16 +14,8 @@
 
 <div id="bbpress-forums" class="bbpress-wrapper">
 
-	<?php if ( bbp_allow_search() ) : ?>
+	<?php bbp_get_template_part( 'form', 'search' ); ?>
 
-		<div class="bbp-search-form">
-
-			<?php bbp_get_template_part( 'form', 'search' ); ?>
-
-		</div>
-
-	<?php endif; ?>
-
 	<?php bbp_breadcrumb(); ?>
 
 	<?php do_action( 'bbp_template_before_topic_tag_description' ); ?>
