Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/26/2010 12:32:30 PM (16 years ago)
Author:
apeatling
Message:

Adding noscript functionality to bp-default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r2284 r2455  
    1010
    1111    <div class="forums single-forum">
    12         <?php
    13             // The loop will be loaded here via AJAX on page load to retain selected settings and not waste cycles.
    14             // If you're concerned about no-script functionality, uncomment the following line.
    15 
    16             // locate_template( array( 'forums/forums-loop.php' ), true );
    17         ?>
     12        <?php // The loop will be loaded here via AJAX on page load to retain selected settings and not waste cycles. ?>
     13        <noscript><?php locate_template( array( 'forums/forums-loop.php' ), true ) ?></noscript>
    1814    </div><!-- .forums -->
    1915
Note: See TracChangeset for help on using the changeset viewer.