Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/13/2009 01:24:21 AM (17 years ago)
Author:
apeatling
Message:

Add first revision of new default BuddyPress parent theme. This theme is designed to be extended from with child themes, not used directly. The original default themes from the old two theme system are deprecated, but will remain compatible with 1.1. Still more work to do there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-widgets.php

    r1609 r1655  
    2525   
    2626    <?php if ( bp_has_activities( 'type=sitewide&max=' . $instance['max_items'] . '&per_page=' . $instance['per_page'] ) ) : ?>
    27         <div class="pag-count" id="activity-count">
    28             <?php bp_activity_pagination_count() ?>
     27        <div class="pagination">
     28            <div class="pag-count" id="activity-count">
     29                <?php bp_activity_pagination_count() ?>
     30            </div>
     31       
     32            <div class="pagination-links" id="activity-pag">
     33                &nbsp; <?php bp_activity_pagination_links() ?>
     34            </div>
    2935        </div>
    3036       
    31         <div class="pagination-links" id="activity-pag">
    32             &nbsp; <?php bp_activity_pagination_links() ?>
    33         </div>
    34 
    3537        <ul id="activity-filter-links">
    3638            <?php bp_activity_filter_links() ?>
Note: See TracChangeset for help on using the changeset viewer.