Skip to:
Content

BuddyPress.org

Ticket #2643: patch-2643-2.patch

File patch-2643-2.patch, 1.4 KB (added by DJPaul, 16 years ago)

v2

  • bp-themes/bp-default/search.php

     
    5555                        <?php else : ?>
    5656
    5757                                <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() ?>
    5959
    6060                        <?php endif; ?>
    6161
  • bp-themes/bp-default/index.php

     
    5050                                <h2 class="center"><?php _e( 'Not Found', 'buddypress' ) ?></h2>
    5151                                <p class="center"><?php _e( 'Sorry, but you are looking for something that isn\'t here.', 'buddypress' ) ?></p>
    5252
    53                                 <?php locate_template( array( 'searchform.php' ), true ) ?>
     53                                <?php get_search_form() ?>
    5454
    5555                        <?php endif; ?>
    5656                </div>
  • bp-themes/bp-default/archive.php

     
    5757                        <?php else : ?>
    5858
    5959                                <h2 class="center"><?php _e( 'Not Found', 'buddypress' ) ?></h2>
    60                                 <?php locate_template( array( 'searchform.php' ), true ) ?>
     60                                <?php get_search_form() ?>
    6161
    6262                        <?php endif; ?>
    6363