Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * @package WordPress
- * @subpackage Hello_D
- */
- ?>
- </div>
- <div id="footer">
- <div class="container">
- <span><a href="<?php echo get_option('home'); ?>/">home</a> | <a href="<?php bloginfo('rss2_url'); ?>">entries (rss)</a> | <a href="<?php bloginfo('comments_rss2_url'); ?>">comments (rss)</a> | <a href="#header">top ↑</a></span>
- ©<?php echo date('Y'); ?> <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>. Powered by <a href="http://wordpress.org/">WordPress</a> and <a href="http://hellowiki.com/">Fen</a>.
- <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
- </div><!-- end .container -->
- </div><!-- end #footer -->
- <?php wp_footer(); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment