Skip to:
Content

BuddyPress.org

Changeset 7688


Ignore:
Timestamp:
12/17/2013 06:03:26 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Notifications:

Add templates and parts for bp-default theme. Also modify home.php to include notifications.php.

Fixes #5299. Props boonebgorges. (1.9 branch)

Location:
branches/1.9/bp-themes/bp-default/members/single
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.9/bp-themes/bp-default/members/single/home.php

    r5889 r7688  
    6161                    locate_template( array( 'members/single/settings.php'  ), true );
    6262
     63                elseif ( bp_is_user_notifications() ) :
     64                    locate_template( array( 'members/single/notifications.php' ), true );
     65
    6366                // If nothing sticks, load a generic template
    6467                else :
Note: See TracChangeset for help on using the changeset viewer.