diff --git a/wp-content/themes/twentyeleven/404.php b/wp-content/themes/twentyeleven/404.php
index 63437b9..3e9bd52 100644
|
a
|
b
|
get_header(); ?> |
| 45 | 45 | </div><!-- #content --> |
| 46 | 46 | </div><!-- #primary --> |
| 47 | 47 | |
| 48 | | <?php get_footer(); ?> |
| 49 | | No newline at end of file |
| | 48 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/archive.php b/wp-content/themes/twentyeleven/archive.php
index 2f54972..97c6f8d 100644
|
a
|
b
|
get_header(); ?> |
| 69 | 69 | </section><!-- #primary --> |
| 70 | 70 | |
| 71 | 71 | <?php get_sidebar(); ?> |
| 72 | | <?php get_footer(); ?> |
| | 72 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/author.php b/wp-content/themes/twentyeleven/author.php
index 274d5b8..6c0b49f 100644
|
a
|
b
|
get_header(); ?> |
| 98 | 98 | </section><!-- #primary --> |
| 99 | 99 | |
| 100 | 100 | <?php get_sidebar(); ?> |
| 101 | | <?php get_footer(); ?> |
| 102 | | No newline at end of file |
| | 101 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/category.php b/wp-content/themes/twentyeleven/category.php
index cd64f44..0fa7114 100644
|
a
|
b
|
get_header(); ?> |
| 71 | 71 | </section><!-- #primary --> |
| 72 | 72 | |
| 73 | 73 | <?php get_sidebar(); ?> |
| 74 | | <?php get_footer(); ?> |
| | 74 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/image.php b/wp-content/themes/twentyeleven/image.php
index 5c85590..83a4610 100644
|
a
|
b
|
get_header(); ?> |
| 109 | 109 | </div><!-- #content --> |
| 110 | 110 | </div><!-- #primary --> |
| 111 | 111 | |
| 112 | | <?php get_footer(); ?> |
| 113 | | No newline at end of file |
| | 112 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/index.php b/wp-content/themes/twentyeleven/index.php
index 1dd72c8..7343880 100644
|
a
|
b
|
get_header(); ?> |
| 49 | 49 | </div><!-- #primary --> |
| 50 | 50 | |
| 51 | 51 | <?php get_sidebar(); ?> |
| 52 | | <?php get_footer(); ?> |
| | 52 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/page.php b/wp-content/themes/twentyeleven/page.php
index 3498107..780d5ab 100644
|
a
|
b
|
get_header(); ?> |
| 28 | 28 | </div><!-- #content --> |
| 29 | 29 | </div><!-- #primary --> |
| 30 | 30 | |
| 31 | | <?php get_footer(); ?> |
| 32 | | No newline at end of file |
| | 31 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/search.php b/wp-content/themes/twentyeleven/search.php
index 0da1e4e..62171a0 100644
|
a
|
b
|
get_header(); ?> |
| 56 | 56 | </section><!-- #primary --> |
| 57 | 57 | |
| 58 | 58 | <?php get_sidebar(); ?> |
| 59 | | <?php get_footer(); ?> |
| 60 | | No newline at end of file |
| | 59 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/showcase.php b/wp-content/themes/twentyeleven/showcase.php
index bc9e4c9..3a3ea52 100644
|
a
|
b
|
get_header(); ?> |
| 225 | 225 | </div><!-- #content --> |
| 226 | 226 | </div><!-- #primary --> |
| 227 | 227 | |
| 228 | | <?php get_footer(); ?> |
| 229 | | No newline at end of file |
| | 228 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/sidebar-page.php b/wp-content/themes/twentyeleven/sidebar-page.php
index 6fc3b86..bac3ac1 100644
|
a
|
b
|
get_header(); ?> |
| 26 | 26 | </div><!-- #primary --> |
| 27 | 27 | |
| 28 | 28 | <?php get_sidebar(); ?> |
| 29 | | <?php get_footer(); ?> |
| 30 | | No newline at end of file |
| | 29 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/sidebar.php b/wp-content/themes/twentyeleven/sidebar.php
index c9afedc..066580c 100644
|
a
|
b
|
if ( 'content' != $current_layout ) : |
| 33 | 33 | |
| 34 | 34 | <?php endif; // end sidebar widget area ?> |
| 35 | 35 | </div><!-- #secondary .widget-area --> |
| 36 | | <?php endif; ?> |
| 37 | | No newline at end of file |
| | 36 | <?php endif; |
diff --git a/wp-content/themes/twentyeleven/single.php b/wp-content/themes/twentyeleven/single.php
index 861c50c..a09c661 100644
|
a
|
b
|
get_header(); ?> |
| 29 | 29 | </div><!-- #content --> |
| 30 | 30 | </div><!-- #primary --> |
| 31 | 31 | |
| 32 | | <?php get_footer(); ?> |
| 33 | | No newline at end of file |
| | 32 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyeleven/tag.php b/wp-content/themes/twentyeleven/tag.php
index 7c2fdf8..987a8a6 100644
|
a
|
b
|
get_header(); ?> |
| 72 | 72 | </section><!-- #primary --> |
| 73 | 73 | |
| 74 | 74 | <?php get_sidebar(); ?> |
| 75 | | <?php get_footer(); ?> |
| | 75 | <?php get_footer(); |
diff --git a/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php b/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
index ed6bb59..2305e3c 100644
|
a
|
b
|
if ( is_active_sidebar( 'sidebar-2' ) || |
| 29 | 29 | <?php } ?> |
| 30 | 30 | </aside><!-- .widget-area --> |
| 31 | 31 | |
| 32 | | <?php endif; ?> |
| | 32 | <?php endif; |