Changeset 2455 for trunk/bp-themes/bp-default/groups/single/forum.php
- Timestamp:
- 01/26/2010 12:32:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum.php
r2284 r2455 10 10 11 11 <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> 18 14 </div><!-- .forums --> 19 15
Note: See TracChangeset
for help on using the changeset viewer.