Skip to:
Content

BuddyPress.org

Changeset 2179 for trunk/bp-activity.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-activity.php

    r2168 r2179  
    117117function bp_activity_screen_my_activity() {
    118118    do_action( 'bp_activity_screen_my_activity' );
    119     bp_core_load_template( apply_filters( 'bp_activity_template_my_activity', 'members/single/activity' ) );
     119    bp_core_load_template( apply_filters( 'bp_activity_template_my_activity', 'members/single/home' ) );
    120120}
    121121
Note: See TracChangeset for help on using the changeset viewer.