summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/classic/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/classic/footer.php')
-rw-r--r--wp-content/themes/classic/footer.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/wp-content/themes/classic/footer.php b/wp-content/themes/classic/footer.php
new file mode 100644
index 0000000..53ab958
--- /dev/null
+++ b/wp-content/themes/classic/footer.php
@@ -0,0 +1,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>