Changeset 13885 for trunk/wp-content/themes/twentyten/onecolumn-page.php
- Timestamp:
- 03/29/2010 10:03:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/onecolumn-page.php
r13818 r13885 1 <?php 2 /** 3 * Template Name: One column, no sidebar 4 * 5 * A custom page template without sidebar. 6 * Selectable from a dropdown menu on the edit page screen. 7 * 8 * @package WordPress 9 * @subpackage Twenty Ten 10 * @since 3.0.0 11 */ 12 ?> 1 13 2 <?php 3 /* 4 Template Name: One column, no sidebar 5 Description: A template with no sidebar 6 */ 7 get_header(); ?> 14 <?php get_header(); ?> 8 15 9 16 <div id="container" class="onecolumn">
Note: See TracChangeset
for help on using the changeset viewer.