Changeset 4496 for trunk/bp-themes/bp-default/archive.php
- Timestamp:
- 06/12/2011 02:15:33 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/archive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/archive.php
r4412 r4496 12 12 <?php if ( have_posts() ) : ?> 13 13 14 <div id="nav-above" class="navigation"> 15 16 <div class="alignleft"><?php next_posts_link( __( '← Previous Entries', 'buddypress' ) ) ?></div> 17 <div class="alignright"><?php previous_posts_link( __( 'Next Entries →', 'buddypress' ) ) ?></div> 18 19 </div> 14 <?php bp_dtheme_content_nav( 'nav-above' ); ?> 20 15 21 16 <?php while (have_posts()) : the_post(); ?> … … 49 44 <?php endwhile; ?> 50 45 51 <div id="nav-below" class="navigation"> 52 53 <div class="alignleft"><?php next_posts_link( __( '← Previous Entries', 'buddypress' ) ) ?></div> 54 <div class="alignright"><?php previous_posts_link( __( 'Next Entries →', 'buddypress' ) ) ?></div> 55 56 </div> 46 <?php bp_dtheme_content_nav( 'nav-below' ); ?> 57 47 58 48 <?php else : ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)