- Timestamp:
- 10/02/2009 10:41:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/groups/single/forum/index.php
r2008 r2028 23 23 24 24 <div class="bp-widget"> 25 <h4><?php _e( 'Forum', 'buddypress' ); ?> < span><a href="#post-new-topic" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New →', 'buddypress' ) ?></a></span></h4>25 <h4><?php _e( 'Forum', 'buddypress' ); ?> <?php if ( is_user_logged_in() ) : ?><span><a href="#post-new-topic" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New →', 'buddypress' ) ?></a></span><?php endif; ?></h4> 26 26 27 27 <form action="<?php bp_forum_action() ?>" method="post" id="forum-topic-form" class="standard-form">
Note: See TracChangeset
for help on using the changeset viewer.