diff --git src/templates/default/extras/page-forum-statistics.php src/templates/default/extras/page-forum-statistics.php
index 2ecd5f4..aa71611 100644
|
|
get_header(); ?> |
55 | 55 | |
56 | 56 | <?php get_sidebar(); ?> |
57 | 57 | |
58 | | <?php get_footer(); |
59 | | No newline at end of file |
| 58 | <?php get_footer(); ?> |
| 59 | No newline at end of file |
diff --git src/templates/default/extras/single-reply-move.php src/templates/default/extras/single-reply-move.php
index c5b35da..ca2bcb0 100644
|
|
get_header(); ?> |
29 | 29 | <?php do_action( 'bbp_after_main_content' ); ?> |
30 | 30 | |
31 | 31 | <?php get_sidebar(); ?> |
32 | | <?php get_footer(); |
33 | | No newline at end of file |
| 32 | <?php get_footer(); ?> |
| 33 | No newline at end of file |