WordPress/wp-content/themes/kubrick/archives.php
saxmatt 74dbae73ec Some Kubrick cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-30 11:25:15 +00:00

19 lines
313 B
PHP

<?php get_header(); ?>
<div id="content" class="widecolumn">
<?php include (TEMPLATEPATH . '/searchform.php'; ?>
<h2>Archives by Month:</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<h2>Archives by Subject:</h2>
<ul>
<?php wp_list_cats(); ?>
</ul>
</div>
<?php get_footer(); ?>