Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/25/2009 03:58:53 PM (17 years ago)
Author:
apeatling
Message:

Theme support the blogs, groups and members directories now that they are handled in the BuddyPress member theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-member/header.php

    r1078 r1249  
    2525</head>
    2626
    27 <body>
     27<body<?php if ( bp_is_directory() ) : ?> class="directory"<?php endif; ?>>
    2828
    2929<div id="search-login-bar">
     
    5454</div>
    5555
    56 <?php include_once( TEMPLATEPATH . '/userbar.php' ) ?>
    57 <?php include_once( TEMPLATEPATH . '/optionsbar.php' ) ?>
     56<?php bp_get_optionsbar() ?>
     57<?php bp_get_userbar() ?>
     58
    5859
    5960<div id="main">
Note: See TracChangeset for help on using the changeset viewer.