PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/webroot/blog/wp-content/themes/la-school-blue/footer.php

https://github.com/Wargo/reddevil
PHP | 15 lines | 11 code | 4 blank | 0 comment | 0 complexity | 0418b49d8236bac490be4beaddae8c59 MD5 | raw file
Possible License(s): GPL-2.0, AGPL-1.0, LGPL-2.1, GPL-3.0
  1. <br style="clear:both;" />
  2. </div>
  3. <hr />
  4. <div id="footer">
  5. <div class="border"></div>
  6. <p><?php bloginfo('name'); ?> &middot; Powered by <a href="http://wordpress.org/">Wordpress</a> &middot; Design by <a href="http://thomasklaiber.com/">Thomas Klaiber</a></p>
  7. <!-- <?php printf(__('%d queries. %s seconds.', 'laschool'), get_num_queries(), timer_stop(0, 3)); ?> -->
  8. </div>
  9. <?php wp_footer(); ?>
  10. </body>
  11. </html>