Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/30/2011 03:19:36 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Tweak user template parts to move hr tags into content-single-user.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/content-single-user.php

    r3311 r3547  
    1010?>
    1111
    12         <?php do_action( 'bbp_template_notices' );
     12        <?php do_action( 'bbp_template_notices' ); ?>
    1313
    14         // Profile details
    15         bbp_get_template_part( 'bbpress/user', 'details'        );
     14        <?php bbp_get_template_part( 'bbpress/user', 'details'        ); ?>
    1615
    17         // Subscriptions
    18         bbp_get_template_part( 'bbpress/user', 'subscriptions'  );
     16        <hr />
    1917
    20         // Favorite topics
    21         bbp_get_template_part( 'bbpress/user', 'favorites'      );
     18        <?php bbp_get_template_part( 'bbpress/user', 'subscriptions'  ); ?>
    2219
    23         // Topics created
    24         bbp_get_template_part( 'bbpress/user', 'topics-created' );
     20        <hr />
     21
     22        <?php bbp_get_template_part( 'bbpress/user', 'favorites'      ); ?>
     23
     24        <hr />
     25
     26        <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
    2527
    2628?>
Note: See TracChangeset for help on using the changeset viewer.