Changeset 4812 for trunk/bp-themes/bp-default/groups/single/forum/topic.php
- Timestamp:
- 07/22/2011 10:47:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r4803 r4812 51 51 <div class="pagination no-ajax"> 52 52 53 <div id="post-count " class="pag-count">53 <div id="post-count-top" class="pag-count"> 54 54 55 55 <?php bp_the_topic_pagination_count() ?> … … 57 57 </div> 58 58 59 <div class="pagination-links" id="topic-pag ">59 <div class="pagination-links" id="topic-pag-top"> 60 60 61 61 <?php bp_the_topic_pagination() ?> … … 100 100 <div class="pagination no-ajax"> 101 101 102 <div id="post-count " class="pag-count">102 <div id="post-count-bottom" class="pag-count"> 103 103 <?php bp_the_topic_pagination_count() ?> 104 104 </div> 105 105 106 <div class="pagination-links" id="topic-pag ">106 <div class="pagination-links" id="topic-pag-bottom"> 107 107 <?php bp_the_topic_pagination() ?> 108 108 </div>
Note: See TracChangeset
for help on using the changeset viewer.