Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/25/2010 08:20:48 PM (16 years ago)
Author:
djpaul
Message:

Don't reinvent core template functions. Fixes #2643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/index.php

    r3300 r3306  
    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; ?>
     
    6161        </div><!-- #content -->
    6262
    63         <?php locate_template( array( 'sidebar.php' ), true ) ?>
     63        <?php get_sidebar() ?>
    6464
    6565<?php get_footer() ?>
Note: See TracChangeset for help on using the changeset viewer.