Ticket #22276: 22276.diff
| File 22276.diff, 964 bytes (added by zeo, 7 months ago) |
|---|
-
wp-content/themes/twentytwelve/page-templates/front-page.php
5 5 * Description: A page template that provides a key component of WordPress as a CMS 6 6 * by meeting the need for a carefully crafted introductory page. The front page template 7 7 * in Twenty Twelve consists of a page content area for adding text, images, video -- 8 * anything you ’d like -- followed by front-page-only widgets in one or two columns.8 * anything you'd like -- followed by front-page-only widgets in one or two columns. 9 9 * 10 10 * @package WordPress 11 11 * @subpackage Twenty_Twelve … … 32 32 </div><!-- #primary --> 33 33 34 34 <?php get_sidebar( 'front' ); ?> 35 <?php get_footer(); ?> 36 No newline at end of file 35 <?php get_footer(); ?>
