Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 10:47:32 PM (15 years ago)
Author:
djpaul
Message:

Fix duplicate IDs. See #3241

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum/topic.php

    r4803 r4812  
    5151        <div class="pagination no-ajax">
    5252
    53             <div id="post-count" class="pag-count">
     53            <div id="post-count-top" class="pag-count">
    5454
    5555                <?php bp_the_topic_pagination_count() ?>
     
    5757            </div>
    5858
    59             <div class="pagination-links" id="topic-pag">
     59            <div class="pagination-links" id="topic-pag-top">
    6060
    6161                <?php bp_the_topic_pagination() ?>
     
    100100        <div class="pagination no-ajax">
    101101
    102             <div id="post-count" class="pag-count">
     102            <div id="post-count-bottom" class="pag-count">
    103103                <?php bp_the_topic_pagination_count() ?>
    104104            </div>
    105105
    106             <div class="pagination-links" id="topic-pag">
     106            <div class="pagination-links" id="topic-pag-bottom">
    107107                <?php bp_the_topic_pagination() ?>
    108108            </div>
Note: See TracChangeset for help on using the changeset viewer.