Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/31/2010 09:45:19 AM (15 years ago)
Author:
apeatling
Message:

Improved noscript support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/activity-loop.php

    r2358 r2485  
    44
    55<?php if ( bp_has_activities( bp_ajax_querystring() ) ) : ?>
     6
     7    <?php /* Show pagination if JS is not enabled, since the "Load More" link will do nothing */ ?>
     8    <noscript>
     9        <div class="pagination">
     10            <div class="pag-count"><?php bp_activity_pagination_count() ?></div>
     11            <div class="pagination-links"><?php bp_activity_pagination_links() ?></div>
     12        </div>
     13    </noscript>
    614
    715    <?php if ( empty( $_POST['page'] ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.