Add page template headers.

git-svn-id: https://develop.svn.wordpress.org/trunk@2020 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-12-30 18:29:35 +00:00
parent 0215f2ba6a
commit e1c19b45fb
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
<?php
/*
Template Name: Archives
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
@ -16,4 +22,4 @@
</div>
<?php get_footer(); ?>
<?php get_footer(); ?>

View File

@ -1,3 +1,9 @@
<?php
/*
Template Name: Links
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
@ -9,4 +15,4 @@
</div>
<?php get_footer(); ?>
<?php get_footer(); ?>