diff --git a/404.php b/404.php
index 59907be..654c62b 100644
|
a
|
b
|
get_header(); ?> |
| 31 | 31 | </div><!-- .content-area --> |
| 32 | 32 | |
| 33 | 33 | <?php get_sidebar(); ?> |
| 34 | | <?php get_footer(); ?> |
| | 34 | <?php get_footer(); |
diff --git a/archive.php b/archive.php
index bdd2967..b12ce89 100644
|
a
|
b
|
get_header(); ?> |
| 62 | 62 | </div><!-- .content-area --> |
| 63 | 63 | |
| 64 | 64 | <?php get_sidebar(); ?> |
| 65 | | <?php get_footer(); ?> |
| | 65 | <?php get_footer(); |
diff --git a/image.php b/image.php
index 434b0b0..d138dc1 100644
|
a
|
b
|
get_header(); ?> |
| 109 | 109 | </div><!-- .content-area --> |
| 110 | 110 | |
| 111 | 111 | <?php get_sidebar(); ?> |
| 112 | | <?php get_footer(); ?> |
| | 112 | <?php get_footer(); |
diff --git a/index.php b/index.php
index 5e3f290..53e5d69 100644
|
a
|
b
|
get_header(); ?> |
| 59 | 59 | </div><!-- .content-area --> |
| 60 | 60 | |
| 61 | 61 | <?php get_sidebar(); ?> |
| 62 | | <?php get_footer(); ?> |
| | 62 | <?php get_footer(); |
diff --git a/page.php b/page.php
index 315a3da..5bf4898 100644
|
a
|
b
|
get_header(); ?> |
| 38 | 38 | </div><!-- .content-area --> |
| 39 | 39 | |
| 40 | 40 | <?php get_sidebar(); ?> |
| 41 | | <?php get_footer(); ?> |
| | 41 | <?php get_footer(); |
diff --git a/search.php b/search.php
index 4180b5f..cdf13c6 100644
|
a
|
b
|
get_header(); ?> |
| 50 | 50 | </section><!-- .content-area --> |
| 51 | 51 | |
| 52 | 52 | <?php get_sidebar(); ?> |
| 53 | | <?php get_footer(); ?> |
| | 53 | <?php get_footer(); |
diff --git a/sidebar.php b/sidebar.php
index d4d893e..b187dc7 100644
|
a
|
b
|
|
| 12 | 12 | <aside id="secondary" class="sidebar widget-area" role="complementary"> |
| 13 | 13 | <?php dynamic_sidebar( 'sidebar-1' ); ?> |
| 14 | 14 | </aside><!-- .sidebar .widget-area --> |
| 15 | | <?php endif; ?> |
| | 15 | <?php endif; |
diff --git a/single.php b/single.php
index 07e0df2..3f3fb67 100644
|
a
|
b
|
get_header(); ?> |
| 51 | 51 | </div><!-- .content-area --> |
| 52 | 52 | |
| 53 | 53 | <?php get_sidebar(); ?> |
| 54 | | <?php get_footer(); ?> |
| | 54 | <?php get_footer(); |