web/wp-content/themes/default/footer.php
changeset 136 bde1974c263b
equal deleted inserted replaced
135:53cff4b4a802 136:bde1974c263b
       
     1 <?php 
       
     2 /** 
       
     3  * @package WordPress 
       
     4  * @subpackage Default_Theme 
       
     5  */ 
       
     6 ?> 
       
     7 
       
     8 		<hr />
       
     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. --> 
       
    11 			<p>
       
    12 				<?php bloginfo('name'); ?> est fièrement propulsé par <a href="http://wordpress.org/">WordPress</a>
       
    13 				<br />
       
    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 echo get_num_queries(); ?> requêtes. <?php timer_stop(1); ?> secondes. -->
       
    16 			</p>
       
    17 		</div>
       
    18 	</div>
       
    19 	<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
       
    20 	<?php /* "Just what do you think you're doing Dave?" */ ?>
       
    21 	<?php wp_footer(); ?>
       
    22 	</body>
       
    23 </html>