Skip to content

Commit 13832b9

Browse files
committed
Updated theme to include page header support and play nicely with the new theme.
1 parent 67e6792 commit 13832b9

17 files changed

+534
-556
lines changed

404.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php get_header() ?>
22

3-
<div id="container">
43
<div id="content">
54

65
<div id="post-0" class="post error404 not-found">
7-
<h2 class="entry-title"><?php _e( 'Not Found', 'sandbox' ) ?></h2>
6+
<h2 class="page_title"><?php _e( 'Not Found', 'sandbox' ) ?></h2>
87
<div class="entry-content">
98
<p><?php _e( 'Apologies, but we were unable to find what you were looking for. Perhaps searching will help.', 'sandbox' ) ?></p>
109
</div>
@@ -18,6 +17,5 @@
1817

1918
</div><!-- #content -->
2019
<?php get_sidebar() ?>
21-
</div><!-- #container -->
2220

2321
<?php get_footer() ?>

archive.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php get_header() ?>
22

3-
<div id="container">
43
<div id="content">
54

65
<?php the_post() ?>
@@ -51,6 +50,5 @@
5150

5251
</div><!-- #content .hfeed -->
5352
<?php get_sidebar() ?>
54-
</div><!-- #container -->
5553

5654
<?php get_footer() ?>

archives.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
?>
66
<?php get_header() ?>
77

8-
<div id="container">
98
<div id="content">
109

1110
<?php the_post() ?>
@@ -38,6 +37,5 @@
3837

3938
</div><!-- #content -->
4039
<?php get_sidebar() ?>
41-
</div><!-- #container -->
4240

4341
<?php get_footer() ?>

attachment.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php get_header() ?>
22

3-
<div id="container">
43
<div id="content">
54

65
<?php the_post() ?>
@@ -44,6 +43,5 @@
4443

4544
</div><!-- #content -->
4645
<?php get_sidebar() ?>
47-
</div><!-- #container -->
4846

4947
<?php get_footer() ?>

author.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php get_header() ?>
22

3-
<div id="container">
43
<div id="content">
54

65
<?php the_post() ?>
@@ -42,7 +41,6 @@
4241

4342
</div><!-- #content -->
4443
<?php get_sidebar() ?>
45-
</div><!-- #container -->
4644

4745

4846
<?php get_footer() ?>

category.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php get_header() ?>
22

3-
<div id="container">
43
<div id="content">
54

65
<h2 class="page-title"><?php _e( 'Category Archives:', 'sandbox' ) ?> <span><?php single_cat_title() ?></span></h2>
@@ -43,7 +42,6 @@
4342

4443
</div><!-- #content -->
4544
<?php get_sidebar() ?>
46-
</div><!-- #container -->
4745

4846

4947
<?php get_footer() ?>

footer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
</div><!-- #container -->
12

23
<div id="footer">
34
&copy; 2008&ndash;<?php echo date('Y'); ?> Open Source Bridge Foundation | <a href='/contact-us'>Contact Us</a>

0 commit comments

Comments
 (0)