Changeset 3459 for trunk/bp-themes/bp-default/header.php
- Timestamp:
- 11/20/2010 11:52:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r3386 r3459 37 37 <?php do_action( 'bp_before_header' ) ?> 38 38 39 <div id="header" >39 <div id="header" role="banner"> 40 40 41 41 <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1> 42 42 43 <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?> 43 <div id="navigation" role="navigation"> 44 <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?> 45 </div> 44 46 45 <div id="search-bar" >47 <div id="search-bar" role="search"> 46 48 <div class="padder"> 47 49
Note: See TracChangeset
for help on using the changeset viewer.