Ticket #2643: patch-2643-2.patch
| File patch-2643-2.patch, 1.4 KB (added by , 16 years ago) |
|---|
-
bp-themes/bp-default/search.php
55 55 <?php else : ?> 56 56 57 57 <h2 class="center"><?php _e( 'No posts found. Try a different search?', 'buddypress' ) ?></h2> 58 <?php locate_template( array( '/searchform.php'), true) ?>58 <?php get_search_form() ?> 59 59 60 60 <?php endif; ?> 61 61 -
bp-themes/bp-default/index.php
50 50 <h2 class="center"><?php _e( 'Not Found', 'buddypress' ) ?></h2> 51 51 <p class="center"><?php _e( 'Sorry, but you are looking for something that isn\'t here.', 'buddypress' ) ?></p> 52 52 53 <?php locate_template( array( 'searchform.php' ), true) ?>53 <?php get_search_form() ?> 54 54 55 55 <?php endif; ?> 56 56 </div> -
bp-themes/bp-default/archive.php
57 57 <?php else : ?> 58 58 59 59 <h2 class="center"><?php _e( 'Not Found', 'buddypress' ) ?></h2> 60 <?php locate_template( array( 'searchform.php' ), true) ?>60 <?php get_search_form() ?> 61 61 62 62 <?php endif; ?> 63 63