web/wp-content/themes/classic/footer.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Thu, 24 Dec 2009 17:17:09 +0000
branchwordpress
changeset 110 1e6e4baafa3d
parent 109 03b0d1493584
child 132 4d4862461b8d
permissions -rw-r--r--
little cleaning and aesthetics modifications

<?php
/**
 * @package WordPress
 * @subpackage Classic_Theme
 */
?>
<!-- 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>