Changeset 523 for sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/archive-forum.php
- Timestamp:
- 04/07/2014 03:40:43 PM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/archive-forum.php
r522 r523 1 <?php 2 /* 3 Template Name: Support Index 4 */ 5 get_header(); ?> 1 <?php get_header(); ?> 6 2 7 3 <h3 id="post-home"><?php _e( 'Support', 'bb-base' ); ?></h3> 8 4 9 <?php if ( bbp_get_paged() > 1 ) : ?> 5 <?php if ( 1 === bbp_get_paged() ) : // cached first page ?> 6 7 <?php bb_base_support_topics(); ?> 8 9 <?php else : // all other pages not cached ?> 10 10 11 11 <?php bbp_get_template_part( 'content', 'archive-topic' ); ?> 12 13 <?php else : ?>14 15 <?php bb_base_support_topics(); ?>16 12 17 13 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.