Changeset 1954
- Timestamp:
- 09/25/2009 09:18:58 PM (15 years ago)
- Location:
- trunk/bp-themes/bp-sn-parent/groups/single/forum
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/groups/single/forum/index.php
r1923 r1954 23 23 24 24 <div class="bp-widget"> 25 <h4><?php _e( 'Forum', 'buddypress' ); ?> <span><a href="# post-new" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New →', 'buddypress' ) ?></a></span></h4>25 <h4><?php _e( 'Forum', 'buddypress' ); ?> <span><a href="#footer" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New →', 'buddypress' ) ?></a></span></h4> 26 26 27 27 <form action="<?php bp_forum_action() ?>" method="post" id="forum-topic-form" class="standard-form"> -
trunk/bp-themes/bp-sn-parent/groups/single/forum/topic.php
r1905 r1954 26 26 <form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form"> 27 27 28 <h4><a href="<?php bp_forum_permalink() ?>">← <?php _e( 'Forum', 'buddypress' ); ?></a> <span><a href="# post-reply" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post Reply →', 'buddypress' ) ?></a></span></h4>28 <h4><a href="<?php bp_forum_permalink() ?>">← <?php _e( 'Forum', 'buddypress' ); ?></a> <span><a href="#footer" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post Reply →', 'buddypress' ) ?></a></span></h4> 29 29 30 30 <div class="pagination">
Note: See TracChangeset
for help on using the changeset viewer.