Changeset 2198 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 12/18/2009 10:20:35 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/forums/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r2194 r2198 70 70 <div class="item-list-tabs"> 71 71 <ul> 72 <li class="selected" id="forums-all"><a href="<?php bp_root_domain() ?>"><?php printf( __( 'All Topics (% d)', 'buddypress' ), bp_forums_total_topic_count() ) ?></a></li>72 <li class="selected" id="forums-all"><a href="<?php bp_root_domain() ?>"><?php printf( __( 'All Topics (%s)', 'buddypress' ), bp_get_forum_topic_count() ) ?></a></li> 73 73 74 <?php if ( is_user_logged_in() && bp_ forums_total_topic_count_for_user( bp_loggedin_user_id() ) ) : ?>75 <li id="forums-mytopics"><a href="<?php echo bp_loggedin_user_domain() . BP_GROUPS_SLUG . '/' ?>"><?php printf( __( 'My Topics (% d)', 'buddypress' ), bp_forums_total_topic_count_for_user( bp_loggedin_user_id() ) ) ?></a></li>74 <?php if ( is_user_logged_in() && bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ) : ?> 75 <li id="forums-mytopics"><a href="<?php echo bp_loggedin_user_domain() . BP_GROUPS_SLUG . '/' ?>"><?php printf( __( 'My Topics (%s)', 'buddypress' ), bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ) ?></a></li> 76 76 <?php endif; ?> 77 77
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)