summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-content/themes/classic/footer.php
blob: 53ab958e2504ddb08b31cef9fd7252babd2ea0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- begin footer -->
</div>

<?php get_sidebar(); ?>

<p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?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.")); ?></cite></p>

</div>

<?php wp_footer(); ?>
</body>
</html>