Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/21/2012 10:26:34 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Revert bbp-twentyten back to table based layout:

  • bbp-theme-compat retains tableless layout, and is canonical backup for missing template files
  • Avoid back-compat issues with installs that have modified bbPress 2.0 CSS
  • Fixes #1796
File:
1 edited

Legend:

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

    r3651 r3820  
    2727                                                        <?php the_content(); ?>
    2828
    29                                                         <div id="bbpress-forums">
     29                                                        <?php bbp_breadcrumb(); ?>
    3030
    31                                                                 <?php bbp_breadcrumb(); ?>
     31                                                        <?php bbp_get_template_part( 'bbpress/form', 'user-lost-pass' ); ?>
    3232
    33                                                                 <?php bbp_get_template_part( 'bbpress/form', 'user-lost-pass' ); ?>
    34 
    35                                                         </div>
    3633                                                </div>
    3734                                        </div><!-- #bbp-lost-pass -->
Note: See TracChangeset for help on using the changeset viewer.