Changeset 26217 for trunk/src/wp-content/themes/twentyfourteen/category.php
- Timestamp:
- 11/15/2013 07:01:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/category.php
r25985 r26217 12 12 get_header(); ?> 13 13 14 <div id="main-content" class="main-content">15 14 <section id="primary" class="content-area"> 16 15 <div id="content" class="site-content" role="main"> … … 45 44 </div><!-- #content --> 46 45 </section><!-- #primary --> 47 <?php get_sidebar( 'content' ); ?>48 </div><!-- #main-content -->49 46 50 47 <?php 48 get_sidebar( 'content' ); 51 49 get_sidebar(); 52 50 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.