Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

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

    r1905 r2077  
    88
    99        <div id="content">
    10                
     10
    1111                <h2><?php bp_word_or_name( __( "My Groups", 'buddypress' ), __( "%s's Groups", 'buddypress' ) ) ?> &raquo; <?php bp_groups_filter_title() ?></h2>
    1212
    1313                <?php do_action( 'bp_before_my_groups_content' ) ?>
    14        
     14
    1515                <div class="left-menu">
    1616                        <?php bp_group_search_form() ?>
    1717                </div>
    18        
     18
    1919                <div class="main-column">
    2020                        <?php do_action( 'template_notices' ) // (error/success feedback) ?>
    21                
     21
    2222                        <?php locate_template( array( 'groups/group-loop.php' ), true ) ?>
    2323                </div>
Note: See TracChangeset for help on using the changeset viewer.