PageRenderTime 58ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/wp-content/themes/bluesky/footer.php

https://bitbucket.org/lgorence/quickpress
PHP | 20 lines | 17 code | 3 blank | 0 comment | 0 complexity | b326b112cd214e06c0e4f490aa2aa047 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, AGPL-1.0
  1. <hr />
  2. <div id="footer">
  3. <!-- 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. -->
  4. <p>
  5. <?php bloginfo('name'); ?> is proudly powered by
  6. <a href="http://wordpress.org/">WordPress</a> and the <a href="http://blog.itsth.com/">BlueSky Foto Theme</A>
  7. <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
  8. and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
  9. <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
  10. </p>
  11. </div>
  12. </div>
  13. <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
  14. <?php /* "Just what do you think you're doing Dave?" */ ?>
  15. <?php wp_footer(); ?>
  16. </body>
  17. </html>