equal
deleted
inserted
replaced
18 <?php /* If this is an author archive */ } elseif (is_author()) { ?> |
18 <?php /* If this is an author archive */ } elseif (is_author()) { ?> |
19 <h2 class="pagetitle">Author Archive</h2> |
19 <h2 class="pagetitle">Author Archive</h2> |
20 <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> |
20 <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> |
21 <h2 class="pagetitle">Blog Archives</h2> |
21 <h2 class="pagetitle">Blog Archives</h2> |
22 <?php } ?> |
22 <?php } ?> |
23 |
23 |
|
24 <?php /* If this is a tag archive */ if (is_tag()) { ?> |
|
25 <div id="p2c-header"> |
|
26 <h2 >Mot-clef : <?php single_tag_title(); ?></h2> |
|
27 </div> |
|
28 <?php echo(tag_description()); ?> |
|
29 <?php } ?> |
|
30 |
24 <div class="navigation"> |
31 <div class="navigation"> |
25 <div class="alignleft"><?php next_posts_link('« Précédent') ?></div> |
32 <div class="alignleft"><?php next_posts_link('« Précédent') ?></div> |
26 <div class="alignright"><?php previous_posts_link('Suivant »') ?></div> |
33 <div class="alignright"><?php previous_posts_link('Suivant »') ?></div> |
27 </div> |
34 </div> |
28 <div> </div |
35 <div> </div |