Guest User

Atul

a guest
May 28th, 2010
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <div class="clear"></div>
  2. <div class="footerline"></div>
  3. <div class="clear"></div>
  4.  
  5. <div id="footer">
  6. <div class="left footerlogo"><a href="http://www.theme-junkie.com" title="Theme Junkie News/Magazine WordPress Themes" ><img src="<?php bloginfo(template_url); ?>/images/footer-logo.png"/></a></div>
  7. <div class="left">
  8. <ul>
  9. <li><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>"><?php _e('Home', 'themejunkie'); ?></a></li>
  10. <?php wp_list_pages('title_li='); ?>
  11. <li><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('RSS', 'themejunkie'); ?></a></li>
  12. </ul>
  13. <div class="clear"></div>
  14. <?php _e('Copyright', 'themejunkie'); ?> &copy; <?php the_time('Y'); ?> <a href="<?php bloginfo('siteurl'); ?>"><?php bloginfo('name'); ?></a>. <?php _e('All rights reserved', 'themejunkie'); ?>. Powered by <a href="http://www.free-premium-wordpress-themes.com" rel="dofollow">Free Premium Wordpress Themes</a>
  15. </div>
  16. <div class="clear"></div>
  17. </div> <!--end: footer-->
  18.  
  19. </div> <!--end: inner-->
  20.  
  21. </div> <!--end: wrapper-->
  22.  
  23. <?php
  24. if(get_theme_mod('track') == 'Yes') {
  25. ?>
  26. <!--begin: blog tracking-->
  27. <?php echo stripslashes(get_theme_mod('track_code'));?>
  28. <!--end: blog tracking-->
  29. <?php
  30. } wp_footer(); ?>
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment