Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/12/2011 12:21:16 AM (14 years ago)
Author:
boonebgorges
Message:

Adds 'buddypress' param to get_xxx() template calls. Fixes #2763. Props r-a-y

File:
1 edited

Legend:

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

    r4338 r4347  
    1010?>
    1111
    12 <?php get_header(); ?>
     12<?php get_header( 'buddypress' ); ?>
    1313
    1414    <?php do_action( 'bp_before_directory_groups_content' ); ?>
     
    8383    <?php do_action( 'bp_after_directory_groups_content' ); ?>
    8484
    85 <?php get_sidebar(); ?>
    86 <?php get_footer(); ?>
     85<?php get_sidebar( 'buddypress' ); ?>
     86<?php get_footer( 'buddypress' ); ?>
    8787
Note: See TracChangeset for help on using the changeset viewer.