Skip to:
Content

BuddyPress.org

Changeset 2016


Ignore:
Timestamp:
09/30/2009 06:09:31 PM (17 years ago)
Author:
apeatling
Message:

Adding missing hooks in header.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/header.php

    r1996 r2016  
    2929
    3030    <body <?php body_class() ?>>
     31       
     32        <?php do_action( 'bp_before_search_login_bar' ) ?> 
    3133       
    3234        <div id="search-login-bar">
     
    6971       
    7072            <?php endif; ?>
     73           
     74            <?php do_action( 'bp_search_login_bar' ) ?>
    7175
    7276        </div>
    73        
     77
     78        <?php do_action( 'bp_after_search_login_bar' ) ?>           
    7479        <?php do_action( 'bp_before_header' ) ?>       
    7580
Note: See TracChangeset for help on using the changeset viewer.