1. <!-- Footer Widget Area Starts -->
  2.     <div id="footer-widgets">
  3.         <div class="container col-full">
  4.             <div class="block">
  5.                 <?php dynamic_sidebar('footer-1'); ?>                  
  6.             </div>
  7.             <div class="block">
  8.                 <?php dynamic_sidebar('footer-2'); ?>                  
  9.             </div>
  10.             <div class="block last">
  11.                 <?php dynamic_sidebar('footer-3'); ?>                  
  12.             </div>
  13.             <div class="fix"></div>
  14.         </div>    
  15.     </div>
  16.     <!-- Footer Widget Area Ends -->
  17.  
  18.     <div id="footer">
  19.         <div class="col-full">
  20.             <div id="copyright" class="col-left">
  21.                 <p>&copy; <?php echo date('Y'); ?> <?php bloginfo(); ?>. <?php _e('All Rights Reserved.', 'woothemes') ?></p>
  22.             </div>
  23.            
  24.             <div id="credit" class="col-right">
  25.                 <p><a href="http://www.5themes.com/">WordPress Themes</a> | <a href="http://www.hoststore.com/">Dedicated Hosting</a> | <a href="http://vps-reviews.net">VPS Hosting</a> | <a href="http://www.web-hosting-search.com">Web Hosting</a>. <?php _e('Designed by', 'woothemes') ?> <a href="http://www.wicked-wordpress-themes.com/top-websites/"><img src="<?php bloginfo('template_directory'); ?>/images/woothemes.png" width="87" height="21" alt="Top WP themes" /></a></p>
  26.             </div>
  27.         </div>
  28.     </div>
  29.     <!-- footer Ends -->
  30.    
  31. </div><!-- /#container -->
  32.  
  33. <?php wp_footer(); ?>
  34. <?php if ( get_option('woo_google_analytics') <> "" ) { echo stripslashes(get_option('woo_google_analytics')); } ?>
  35. <?php if ( get_option('woo_twitter') ) { ?>
  36.     <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
  37.     <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php echo get_option('woo_twitter'); ?>.json?callback=twitterCallback2&amp;count=1"></script>
  38. <?php } ?>
  39. </body>
  40. </html>