]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/page.php
Wordpress 2.8.4-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / page.php
index a6e3ca6a2f325a87153aadebad3d159828af1d0b..660e47744b2cee9bc4126f6c8ce89a01e36c9c52 100644 (file)
@@ -1,6 +1,12 @@
-<?php get_header(); ?>
+<?php
+/**
+ * @package WordPress
+ * @subpackage Default_Theme
+ */
 
-       <div id="content" class="narrowcolumn">
+get_header(); ?>
+
+       <div id="content" class="narrowcolumn" role="main">
 
                <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
                <div class="post" id="post-<?php the_ID(); ?>">
@@ -18,4 +24,4 @@
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>