Changeset 4812 for trunk/bp-themes/bp-default/forums/single/topic.php
- Timestamp:
- 07/22/2011 10:47:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/single/topic.php
r4803 r4812 68 68 <div class="pagination no-ajax"> 69 69 70 <div id="post-count " class="pag-count">70 <div id="post-count-top" class="pag-count"> 71 71 72 72 <?php bp_the_topic_pagination_count() ?> … … 74 74 </div> 75 75 76 <div class="pagination-links" id="topic-pag ">76 <div class="pagination-links" id="topic-pag-top"> 77 77 78 78 <?php bp_the_topic_pagination() ?> … … 126 126 <div class="pagination no-ajax"> 127 127 128 <div id="post-count " class="pag-count">128 <div id="post-count-bottom" class="pag-count"> 129 129 130 130 <?php bp_the_topic_pagination_count() ?> … … 132 132 </div> 133 133 134 <div class="pagination-links" id="topic-pag ">134 <div class="pagination-links" id="topic-pag-bottom"> 135 135 136 136 <?php bp_the_topic_pagination() ?>
Note: See TracChangeset
for help on using the changeset viewer.