blob: b3d402a93c891da161ac10788d5b623a54de139d [file] [log] [blame]
<?php get_header(); ?>
<?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>
<?php get_footer(); ?>