PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/wp-content/themes/the-go-green-theme/footer.php

https://bitbucket.org/aqge/deptandashboard
PHP | 21 lines | 15 code | 6 blank | 0 comment | 0 complexity | dd6d31a226b510f893807be96f48d8c2 MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0, LGPL-2.1
  1. </div>
  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 <a href="http://www.thegogreenblog.com">The Go Green Blog</a> theme.
  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. <?php wp_footer(); ?>
  14. </body>
  15. </html>