Content of footer.php from minimalissimplistic.zip

without / with line numbers
  1. <!-- begin footer -->
    
  2. 
    
  3.     <div id="footer">
    
  4.     <small>
    
  5.     <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds.
    
  6.     <?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.")); ?>
    
  7.     Theme by <strong><a href="http://planetozh.com/" title="planetOzh">Ozh</a></strong>.
    
  8.     </small>
    
  9.     </div>
    
  10. 
    
  11. </div>
    
  12. 
    
  13. <?php do_action('wp_footer'); ?>
    
  14. </body>
    
  15. </html>
    
  16.  

Return to listing of minimalissimplistic.zip