diff --git src/wp-content/themes/twentyten/404.php src/wp-content/themes/twentyten/404.php
index 6cc489c..04a1def 100644
|
|
get_header(); ?> |
27 | 27 | document.getElementById('s') && document.getElementById('s').focus(); |
28 | 28 | </script> |
29 | 29 | |
30 | | <?php get_footer(); ?> |
31 | | No newline at end of file |
| 30 | <?php get_footer(); |
diff --git src/wp-content/themes/twentyten/archive.php src/wp-content/themes/twentyten/archive.php
index 138b088..0632f71 100644
|
|
get_header(); ?> |
61 | 61 | </div><!-- #container --> |
62 | 62 | |
63 | 63 | <?php get_sidebar(); ?> |
64 | | <?php get_footer(); ?> |
| 64 | <?php get_footer(); |
| 65 | |
diff --git src/wp-content/themes/twentyten/attachment.php src/wp-content/themes/twentyten/attachment.php
index 45c3378..7527e98 100644
|
|
get_header(); ?> |
24 | 24 | </div><!-- #content --> |
25 | 25 | </div><!-- #container --> |
26 | 26 | |
27 | | <?php get_footer(); ?> |
| 27 | <?php get_footer(); |
| 28 | |
diff --git src/wp-content/themes/twentyten/author.php src/wp-content/themes/twentyten/author.php
index 2b221b5..5756f2c 100644
|
|
if ( get_the_author_meta( 'description' ) ) : ?> |
69 | 69 | </div><!-- #container --> |
70 | 70 | |
71 | 71 | <?php get_sidebar(); ?> |
72 | | <?php get_footer(); ?> |
| 72 | <?php get_footer(); |
| 73 | |
diff --git src/wp-content/themes/twentyten/category.php src/wp-content/themes/twentyten/category.php
index 50ffbf3..7a0bd66 100644
|
|
get_header(); ?> |
32 | 32 | </div><!-- #container --> |
33 | 33 | |
34 | 34 | <?php get_sidebar(); ?> |
35 | | <?php get_footer(); ?> |
| 35 | <?php get_footer(); |
| 36 | |
diff --git src/wp-content/themes/twentyten/index.php src/wp-content/themes/twentyten/index.php
index 4271ac3..75050e3 100644
|
|
get_header(); ?> |
30 | 30 | </div><!-- #container --> |
31 | 31 | |
32 | 32 | <?php get_sidebar(); ?> |
33 | | <?php get_footer(); ?> |
| 33 | <?php get_footer(); |
| 34 | |
diff --git src/wp-content/themes/twentyten/loop-attachment.php src/wp-content/themes/twentyten/loop-attachment.php
index a2dfae6..1211d53 100644
|
|
|
129 | 129 | |
130 | 130 | <?php comments_template(); ?> |
131 | 131 | |
132 | | <?php endwhile; // end of the loop. ?> |
| 132 | <?php endwhile; // end of the loop. |
| 133 | |
diff --git src/wp-content/themes/twentyten/loop-page.php src/wp-content/themes/twentyten/loop-page.php
index 989881f..e17dcd8 100644
|
|
|
33 | 33 | |
34 | 34 | <?php comments_template( '', true ); ?> |
35 | 35 | |
36 | | <?php endwhile; // end of the loop. ?> |
| 36 | <?php endwhile; // end of the loop. |
| 37 | |
diff --git src/wp-content/themes/twentyten/loop-single.php src/wp-content/themes/twentyten/loop-single.php
index 68dd08f..a163fcd 100644
|
|
|
67 | 67 | |
68 | 68 | <?php comments_template( '', true ); ?> |
69 | 69 | |
70 | | <?php endwhile; // end of the loop. ?> |
| 70 | <?php endwhile; // end of the loop. |
| 71 | |
diff --git src/wp-content/themes/twentyten/loop.php src/wp-content/themes/twentyten/loop.php
index 9f30885..8cbe0d2 100644
|
|
|
179 | 179 | <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentyten' ) ); ?></div> |
180 | 180 | <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> |
181 | 181 | </div><!-- #nav-below --> |
182 | | <?php endif; ?> |
| 182 | <?php endif; |
| 183 | |
diff --git src/wp-content/themes/twentyten/onecolumn-page.php src/wp-content/themes/twentyten/onecolumn-page.php
index 457e04b..9512886 100644
|
|
get_header(); ?> |
29 | 29 | </div><!-- #content --> |
30 | 30 | </div><!-- #container --> |
31 | 31 | |
32 | | <?php get_footer(); ?> |
| 32 | <?php get_footer(); |
| 33 | |
diff --git src/wp-content/themes/twentyten/page.php src/wp-content/themes/twentyten/page.php
index 70029db..52baee3 100644
|
|
get_header(); ?> |
30 | 30 | </div><!-- #container --> |
31 | 31 | |
32 | 32 | <?php get_sidebar(); ?> |
33 | | <?php get_footer(); ?> |
| 33 | <?php get_footer(); |
| 34 | |
diff --git src/wp-content/themes/twentyten/search.php src/wp-content/themes/twentyten/search.php
index a3fa97b..a431cbb 100644
|
|
get_header(); ?> |
35 | 35 | </div><!-- #container --> |
36 | 36 | |
37 | 37 | <?php get_sidebar(); ?> |
38 | | <?php get_footer(); ?> |
| 38 | <?php get_footer(); |
| 39 | |
diff --git src/wp-content/themes/twentyten/sidebar.php src/wp-content/themes/twentyten/sidebar.php
index 75ec6a1..bb968f4 100644
|
|
|
54 | 54 | </ul> |
55 | 55 | </div><!-- #secondary .widget-area --> |
56 | 56 | |
57 | | <?php endif; ?> |
| 57 | <?php endif; |
| 58 | |
diff --git src/wp-content/themes/twentyten/single.php src/wp-content/themes/twentyten/single.php
index 4e64ec7..b266a59 100644
|
|
get_header(); ?> |
25 | 25 | </div><!-- #container --> |
26 | 26 | |
27 | 27 | <?php get_sidebar(); ?> |
28 | | <?php get_footer(); ?> |
| 28 | <?php get_footer(); |
| 29 | |
diff --git src/wp-content/themes/twentyten/tag.php src/wp-content/themes/twentyten/tag.php
index 01ae6cd..29cef0f 100644
|
|
get_template_part( 'loop', 'tag' ); |
28 | 28 | </div><!-- #container --> |
29 | 29 | |
30 | 30 | <?php get_sidebar(); ?> |
31 | | <?php get_footer(); ?> |
| 31 | <?php get_footer(); |
| 32 | |