Changeset 4812
- Timestamp:
- 07/22/2011 10:47:32 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 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() ?> -
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.