Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/17/2011 08:34:53 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Normalize index actions in bp-default. Fixes regression from 1.2.9. Fixes #3484.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/index.php

    r4831 r4994  
    1212<?php get_header( 'buddypress' ); ?>
    1313
    14     <?php do_action( 'bp_before_directory_forums_content' ); ?>
     14    <?php do_action( 'bp_before_directory_forums_page' ); ?>
    1515
    1616    <div id="content">
     
    2222
    2323                <h3><?php _e( 'Forums Directory', 'buddypress' ); ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button show-hide-new" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ); ?></a><?php endif; ?></h3>
     24
     25                <?php do_action( 'bp_before_directory_forums_content' ); ?>
    2426
    2527                <div id="forums-dir-search" class="dir-search" role="search">
     
    149151                <?php endif; ?>
    150152            </div><!-- #new-topic-post -->
     153           
     154            <?php do_action( 'bp_after_new_topic_form' ); ?>
     155           
     156            <?php do_action( 'bp_after_directory_forums_content' ); ?>
     157
    151158        </div><!-- .padder -->
    152159    </div><!-- #content -->
    153160
    154     <?php do_action( 'bp_after_directory_forums_content' ); ?>
     161    <?php do_action( 'bp_after_directory_forums_page' ); ?>
    155162
    156163<?php get_sidebar( 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.