web/wp-content/themes/classic/footer.php
branchwordpress
changeset 109 03b0d1493584
child 132 4d4862461b8d
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 <?php
       
     2 /**
       
     3  * @package WordPress
       
     4  * @subpackage Classic_Theme
       
     5  */
       
     6 ?>
       
     7 <!-- begin footer -->
       
     8 </div>
       
     9 
       
    10 <?php get_sidebar(); ?>
       
    11 
       
    12 <p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
       
    13 
       
    14 </div>
       
    15 
       
    16 <?php wp_footer(); ?>
       
    17 </body>
       
    18 </html>