--- a/web/wp-content/themes/IRI-Theme/archive.php Tue Jan 05 09:59:49 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/archive.php Mon Feb 01 09:51:57 2010 +0000
@@ -20,7 +20,14 @@
<?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<h2 class="pagetitle">Blog Archives</h2>
<?php } ?>
-
+
+ <?php /* If this is a tag archive */ if (is_tag()) { ?>
+ <div id="p2c-header">
+ <h2 >Mot-clef : <?php single_tag_title(); ?></h2>
+ </div>
+ <?php echo(tag_description()); ?>
+ <?php } ?>
+
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Précédent') ?></div>
<div class="alignright"><?php previous_posts_link('Suivant »') ?></div>