File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
1
<?php get_header (); ?>
2
2
3
- <!-- body -->
4
- <?php global $ sidebar ; ?>
5
- <div id="body" class="clearfix <?php echo $ sidebar ; ?> ">
6
-
7
- <!-- inner -->
8
- <div class="inner">
9
- <div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
10
- <?php the_post (); ?>
3
+ <?php global $ sidebar ; ?>
4
+ <div class="content-right">
5
+ <div id="content">
6
+ <div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
7
+ <?php the_post (); ?>
11
8
12
- <?php get_template_part ( 'content ' , 'page ' ); ?>
13
- </div>
14
- <!-- /inner -->
15
-
16
- <?php if ($ sidebar ): ?>
17
- <?php get_sidebar (); ?>
18
- <?php endif ; ?>
19
-
20
- </div>
21
- <!-- /body -->
9
+ <?php get_template_part ( 'content ' , 'page ' ); ?>
10
+ </div>
11
+
12
+ <?php if ($ sidebar ): ?>
13
+ <?php get_sidebar (); ?>
14
+ <?php endif ; ?>
15
+
16
+ </div>
17
+ <!-- /body -->
22
18
23
19
<?php get_footer (); ?>
You can’t perform that action at this time.
0 commit comments