Skip to:
Content

BuddyPress.org

Changeset 2179 for trunk/bp-groups.php


Ignore:
Timestamp:
12/15/2009 01:20:07 PM (16 years ago)
Author:
apeatling
Message:

Added left hand menu's to single item pages. This will allow extra space for custom content and other pieces of missing information.

Moved template file selection for groups and members pages into a home.php template file. This will give greater control over the template names and locations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r2168 r2179  
    347347    do_action( 'groups_screen_my_groups' );
    348348
    349     bp_core_load_template( apply_filters( 'groups_template_my_groups', 'members/single/groups' ) );
     349    bp_core_load_template( apply_filters( 'groups_template_my_groups', 'members/single/home' ) );
    350350}
    351351
     
    397397    do_action( 'groups_screen_group_invites', $group_id );
    398398
    399     bp_core_load_template( apply_filters( 'groups_template_group_invites', 'members/single/groups' ) );
     399    bp_core_load_template( apply_filters( 'groups_template_group_invites', 'members/single/home' ) );
    400400}
    401401
Note: See TracChangeset for help on using the changeset viewer.