Content of footer.php from minimalissimplistic.zip

without / with line numbers
  1. <!-- begin footer -->

  2.     <div id="footer">
  3.     <small>
  4.     <?php echo $wpdb->num_queries?> queries. <?php timer_stop(1); ?> seconds.
  5.     <?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.")); ?>
  6.     Theme by <strong><a href="http://planetozh.com/" title="planetOzh">Ozh</a></strong>.
  7.     </small>
  8.     </div>

  9. </div>

  10. <?php do_action('wp_footer'); ?>
  11. </body>
  12. </html>
  13.  

Return to listing of minimalissimplistic.zip