Add page template headers.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-12-30 18:29:35 +00:00
parent 5c92876ab2
commit e71720b597
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(); ?>