Advertisement
LilDave

Untitled

Mar 7th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.87 KB | None | 0 0
  1.             <div id="footer">
  2.             <?php get_sidebar(); ?>
  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 class="info"><a href="<?php bloginfo('rss2_url'); ?>" title="RSS"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.png" alt="RSS" /></a><a href="http://twitter.com/dailydavedose/" title="Follow The Daily Dave on Twitter"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/twitter.png" alt="Twitter" /></a><a href="http://on.fb.me/i2LTWr" title="Facebook Page"><img src="/images/facebook.png" alt="Facebook" /></a>  
  5. <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
  6.             </p>
  7.             <?php include (TEMPLATEPATH . '/searchform.php'); ?>
  8.             </div>
  9.    
  10.         </div>
  11.     </div>
  12. </div>
  13.  
  14. <?php wp_footer(); ?>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement