File: /var/www/ilya/data/www/eeggs.ru/wp-content/themes/minyx2Lite/archives.php
<?php
/*
Template Name: Archives
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
<h2 class="pagetitle"><?php _e('Parourir les archives du blog','minyx2Lite')?></h2>
<h2><?php _e('Archives par Mois','minyx2Lite')?>:</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<h2><?php _e('Archives par Sujet','minyx2Lite')?>:</h2>
<ul>
<?php wp_list_categories(); ?>
</ul>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>