Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/10/2011 04:31:29 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add forum root to breadcrumb if root slug is equal to the path of an existing page. Update field CSS styling to play more nicely with theme compatibility. Replace breadcrumb titles with breadcrumb template part.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/page-user-register.php

    r3032 r3130  
    2222
    2323                                        <div id="bbp-register" class="bbp-register">
    24                                                 <h1 class="entry-title"><?php bbp_title_breadcrumb(); ?></h1>
     24                                                <h1 class="entry-title"><?php the_title(); ?></h1>
    2525                                                <div class="entry-content">
    2626
    2727                                                        <?php the_content(); ?>
     28
     29                                                        <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
    2830
    2931                                                        <?php bbp_get_template_part( 'bbpress/form', 'user-register' ); ?>
Note: See TracChangeset for help on using the changeset viewer.