Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/06/2010 04:24:57 PM (14 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk

File:
1 edited

Legend:

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

    r2925 r3232  
    11<?php get_header() ?>
     2
     3    <?php do_action( 'bp_before_directory_forums_content' ) ?>
    24
    35    <div id="content">
     
    57
    68        <form action="" method="post" id="forums-search-form" class="dir-form">
    7 
    89            <h3><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h3>
    9 
    10             <?php do_action( 'bp_before_directory_forums_content' ) ?>
    1110
    1211            <div id="forums-dir-search" class="dir-search">
Note: See TracChangeset for help on using the changeset viewer.