equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 /** |
2 /** |
3 * @package WordPress |
3 * @package WordPress |
4 * @subpackage Default_Theme |
4 * @subpackage Default_Theme |
5 */ |
5 */ |
6 ?> |
6 ?> |
7 |
7 |
8 <hr /> |
8 <hr /> |
9 <div id="footer" role="contentinfo"> |
9 <div id="footer" role="contentinfo"> |
10 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> |
10 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> |
11 <p> |
11 <p> |
12 <?php printf(__('%1$s is proudly powered by %2$s', 'kubrick'), get_bloginfo('name'), |
12 <?php bloginfo('name'); ?> est fièrement propulsé par <a href="http://wordpress.org/">WordPress</a> |
13 '<a href="http://wordpress.org/">WordPress</a>'); ?> |
13 <br /> |
14 <br /><?php printf(__('%1$s and %2$s.', 'kubrick'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'kubrick') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'kubrick') . '</a>'); ?> |
14 <a href="feed:<?php bloginfo('rss2_url'); ?>">Articles (RSS)</a> et <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Commentaires (RSS)</a>. |
15 <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> --> |
15 <!-- <?php echo get_num_queries(); ?> requêtes. <?php timer_stop(1); ?> secondes. --> |
16 </p> |
16 </p> |
17 </div> |
17 </div> |
18 </div> |
18 </div> |
19 |
19 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> |
20 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> |
20 <?php /* "Just what do you think you're doing Dave?" */ ?> |
21 <?php /* "Just what do you think you're doing Dave?" */ ?> |
21 <?php wp_footer(); ?> |
22 |
22 </body> |
23 <?php wp_footer(); ?> |
|
24 </body> |
|
25 </html> |
23 </html> |